diff options
| author | 2013-11-07 19:51:40 +0100 | |
|---|---|---|
| committer | 2013-11-07 19:51:40 +0100 | |
| commit | 2ce0f88d2821f56272427eb68055ead1797c2d13 (patch) | |
| tree | 4001b6c07f97a081f9cf1f3552b4ebaab8dd6f2f /app/layout | |
| parent | 3a097f8e0c58b1a9eeb5e12de40fea98d6e012e5 (diff) | |
type="application/rss+xml" pour le lien vers le RSS
En attendant d'avoir ce lien vers le format RSS aussi dans les entêtes
HTML, voilà déjà un meilleur lien dans le corps.
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/236
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/aside_flux.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index c877f2fe2..16c955a1d 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -24,7 +24,7 @@ <li> <div class="stick"> <a class="btn btn-important" href="<?php echo _url ('configure', 'feed'); ?>"><?php echo Translate::t ('subscription_management'); ?></a> - <a class="btn btn-important" href="<?php echo Url::display ($url); ?>"><i class="icon i_rss"></i></a> + <a class="btn btn-important" rel="alternate" type="application/rss+xml" href="<?php echo Url::display ($url); ?>"><i class="icon i_rss"></i></a> </div> </li> <?php } ?> |
