diff options
| author | 2013-11-11 17:53:22 +0100 | |
|---|---|---|
| committer | 2013-11-11 17:53:22 +0100 | |
| commit | a664b85372770155e2d9c4b500194f050a0c1685 (patch) | |
| tree | db81529281659bf07e0961632a7a28443e37a92d /app/layout/aside_feed.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/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 1f60e3ada..3cfce61c5 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -9,7 +9,7 @@ <a class="dropdown-toggle btn" href="#dropdown-cat"><i class="icon i_down"></i></a> <ul class="dropdown-menu"> - <li class="dropdown-close"><a href="#close"> </a></li> + <li class="dropdown-close"><a href="#close"> </a></li> <li class="dropdown-header"><?php echo Translate::t ('category'); ?></li> |
