diff options
| author | 2013-11-11 17:53:22 +0100 | |
|---|---|---|
| committer | 2013-11-11 17:53:22 +0100 | |
| commit | a664b85372770155e2d9c4b500194f050a0c1685 (patch) | |
| tree | db81529281659bf07e0961632a7a28443e37a92d /app/views/configure/display.phtml | |
| parent | a4fc7becb8553198d132633d775989c89c8116cd (diff) | |
Remplace entité nbsp par son équivalent Unicode
Chasse aux entités ! Nous devrions maintenant avoir des pages sans
entités HTML (mais bien sûr des entités XML) ni depuis FreshRSS ni
depuis le contenu.
Diffstat (limited to 'app/views/configure/display.phtml')
| -rw-r--r-- | app/views/configure/display.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 8ad626b86..20d1e7089 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -161,13 +161,13 @@ <table> <thead> <tr> - <th> </th> - <th><a class="read" title="<?php echo Translate::t ('mark_read'); ?>"> </span></th> - <th><a class="bookmark" title="<?php echo Translate::t ('mark_favorite'); ?>"> </span></th> + <th> </th> + <th><a class="read" title="<?php echo Translate::t ('mark_read'); ?>"> </span></th> + <th><a class="bookmark" title="<?php echo Translate::t ('mark_favorite'); ?>"> </span></th> <th><?php echo Translate::t ('sharing'); ?></th> <th><?php echo Translate::t ('related_tags'); ?></th> <th><?php echo Translate::t ('publication_date'); ?></th> - <th class="item link"><a> </a></th> + <th class="item link"><a> </a></th> </tr> </thead> <tbody> |
