Bug 360263 - RSS links on extension pages are to 404s

Bug introduced in rusticoisation.
r=Shaver
This commit is contained in:
mozilla%justcameron.com 2006-11-12 00:57:08 +00:00
Родитель b6063a28fb
Коммит 9179e050a8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@
<meta name="keywords" content="Mozilla add-ons, Mozilla, Extensions, Themes, Plugins, Dictionaries, Search plugins, Firefox"/>
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/rustico/addons-rustico.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="{$config.webpath}/css/forms.css" media="screen"/>
<link rel="alternate" type="application/rss+xml" title="New Firefox Extensions" href="{$config.webpath}/firefox/extensions/newest/"/>
<link rel="alternate" type="application/rss+xml" title="New Firefox Extensions" href="{$config.webpath}/rss/firefox/extensions/newest/"/>
<link rel="home" title="Home" href="https://addons.mozilla.org/"/>
<link rel="icon" href="{$config.webpath}/images/favicon.ico" type="image/png"/>
<script src="{$config.webpath}/js/install.js" type="text/javascript"></script>