diff options
| author | 2013-04-13 10:21:31 +0200 | |
|---|---|---|
| committer | 2013-04-13 10:21:31 +0200 | |
| commit | c12af70b1005635006f61a13ce6dd43bd5444557 (patch) | |
| tree | 795696405c74d3cd6fbb89cfb4576f7a64f075c8 /app/layout/aside_flux.phtml | |
| parent | d5b761b5126aa087064eaa1d4c7ab1e9fe117980 (diff) | |
Fix issue #54 : suppression contenu attribut alt pour les favicons
Diffstat (limited to 'app/layout/aside_flux.phtml')
| -rw-r--r-- | app/layout/aside_flux.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 1d1700170..c7b520b35 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -1,4 +1,4 @@ -<div class="aside aside_flux"> +<div class="aside aside_flux" id="aside_flux"> <ul class="categories"> <?php if (!login_is_conf ($this->conf) || is_logged ()) { ?> <li><a class="btn btn-important" href="<?php echo _url ('configure', 'feed'); ?>">Gestion des abonnements</a></li> @@ -60,7 +60,7 @@ <?php $not_read = $feed->nbNotRead (); ?> - <img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="favicon <?php echo $feed->name (); ?>" /> + <img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="" /> <?php echo $not_read > 0 ? '<b>' : ''; ?> <a class="feed" href="<?php echo _url ('index', 'index', 'get', 'f_' . $feed->id ()); ?>"> <?php echo $not_read > 0 ? '(' . $not_read . ') ' : ''; ?> |
