diff options
| author | 2013-04-13 10:21:31 +0200 | |
|---|---|---|
| committer | 2013-04-13 10:21:31 +0200 | |
| commit | c12af70b1005635006f61a13ce6dd43bd5444557 (patch) | |
| tree | 795696405c74d3cd6fbb89cfb4576f7a64f075c8 /app/views/index | |
| parent | d5b761b5126aa087064eaa1d4c7ab1e9fe117980 (diff) | |
Fix issue #54 : suppression contenu attribut alt pour les favicons
Diffstat (limited to 'app/views/index')
| -rw-r--r-- | app/views/index/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 8d11d8838..47118264e 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -50,7 +50,7 @@ if (isset ($this->entryPaginator)) { </li> <?php } ?> <?php $feed = $item->feed (true); ?> - <li class="item website"><a href="<?php echo _url ('index', 'index', 'get', 'f_' . $feed->id ()); ?>"><img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="favicon <?php echo $feed->name (); ?>" /> <span><?php echo $feed->name (); ?></span></a></li> + <li class="item website"><a href="<?php echo _url ('index', 'index', 'get', 'f_' . $feed->id ()); ?>"><img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="" /> <span><?php echo $feed->name (); ?></span></a></li> <li class="item title"><h1><?php echo $item->title (); ?></h1></li> <li class="item date">le <?php echo $item->date (); ?></li> <li class="item link"><a target="_blank" href="<?php echo $item->link (); ?>"> </a></li> |
