diff options
| author | 2013-11-09 20:14:42 +0100 | |
|---|---|---|
| committer | 2013-11-09 20:14:42 +0100 | |
| commit | 33b68a801734999504d3dfe811bb71582f7b9b0d (patch) | |
| tree | 57cf94e976d8edc6abba730ab23c6fb772ce355e /app/layout/layout.phtml | |
| parent | f1ae155a3c15c7c04e212d76fca465bb464aa988 (diff) | |
Corrige le titre des flux RSS générés
Supprime le nombre de non lus dans le titre des flux RSS générés
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index e25089238..1af5934a8 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -6,7 +6,7 @@ <link rel="icon" type="image/x-icon" href="<?php echo Url::display ('/favicon.ico'); ?>" /> <link rel="icon" type="image/png" href="<?php echo Url::display ('/favicon.ico'); ?>" /> <?php if (isset ($this->rss_url)) { ?> - <link rel="alternate" type="application/rss+xml" title="<?php echo htmlspecialchars(View::title(), ENT_COMPAT, 'UTF-8'); ?>" href="<?php echo Url::display ($this->rss_url); ?>" /> + <link rel="alternate" type="application/rss+xml" title="<?php echo htmlspecialchars($this->rss_title, ENT_COMPAT, 'UTF-8'); ?>" href="<?php echo Url::display ($this->rss_url); ?>" /> <?php } ?> <?php echo self::headTitle (); ?> <?php echo self::headStyle (); ?> |
