diff options
| author | 2013-11-21 23:02:01 +0100 | |
|---|---|---|
| committer | 2013-11-21 23:02:01 +0100 | |
| commit | 5f20ec5d58fba52683ed965e465c54965d9ed182 (patch) | |
| tree | 016080a911d89b63e759711c9a85f4df97672675 | |
| parent | d4fb36fc4a33a22e375db2fe2375b683f07a576c (diff) | |
Symbole Unicode oublié pour lien du bas
https://github.com/marienfressinaud/FreshRSS/issues/284
| -rw-r--r-- | app/views/helpers/view/normal_view.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 63d97d100..8554007b7 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -1,4 +1,5 @@ <?php + $this->partial ('aside_flux'); $this->partial ('nav_menu'); @@ -151,7 +152,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { </li> <?php } ?> <?php if ($this->conf->bottomlineDate ()) { ?><li class="item date"><?php echo $item->date (); ?> </li><?php } ?> - <?php if ($this->conf->bottomlineLink ()) { ?><li class="item link"><a class="icon" target="_blank" href="<?php echo $item->link (); ?>"> </a></li><?php } ?> + <?php if ($this->conf->bottomlineLink ()) { ?><li class="item link"><a class="icon" target="_blank" href="<?php echo $item->link (); ?>">↗</a></li><?php } ?> </ul> </div> </div> |
