diff options
| author | 2013-11-07 21:39:39 +0100 | |
|---|---|---|
| committer | 2013-11-07 21:39:39 +0100 | |
| commit | fa13929db9758b27b0140057e8f6e844dce86361 (patch) | |
| tree | 789089691d0eb3129433d9996771ce1db071c701 /app/views/helpers/view/reader_view.phtml | |
| parent | 2ce0f88d2821f56272427eb68055ead1797c2d13 (diff) | |
htmlspecialchars manquants
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/195
Diffstat (limited to 'app/views/helpers/view/reader_view.phtml')
| -rw-r--r-- | app/views/helpers/view/reader_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/reader_view.phtml b/app/views/helpers/view/reader_view.phtml index fcafb1343..f808990f7 100644 --- a/app/views/helpers/view/reader_view.phtml +++ b/app/views/helpers/view/reader_view.phtml @@ -16,7 +16,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { if (empty($feed)) $feed = $item->feed (true); ?> <a href="<?php echo $item->link (); ?>"> - <img class="favicon" src="<?php echo $feed->favicon (); ?>" alt="✇" /> <span><?php echo $feed->name (); ?></span> + <img class="favicon" src="<?php echo $feed->favicon (); ?>" alt="✇" /> <span><?php echo htmlspecialchars($feed->name(), ENT_NOQUOTES, 'UTF-8'); ?></span> </a> <h1 class="title"><?php echo $item->title (); ?></h1> |
