Fixed missing alt tags in rss icon img. :)

This commit is contained in:
mike.morgan%oregonstate.edu 2006-04-05 03:03:53 +00:00
Родитель 471a5e6886
Коммит 8c532818ed
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -6,14 +6,14 @@ button to a completely new feature. They allow the application to be customized
to fit the personal needs of each user if they need additional features,
while minimizing the size of the application itself.</p>
<h2><a href="{$config.webpath}/rss/{$app}/extensions/updated/"><img class="rss" src="{$config.webpath}/images/rss.png"/>Recently Updated</a></h2>
<h2><a href="{$config.webpath}/rss/{$app}/extensions/updated/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Recently Updated</a></h2>
<ul>
{section name=ne loop=$newestExtensions step=1 start=0}
<li><a href="{$config.webpath}/{$app}/{$newestExtensions[ne].ID}/">{$newestExtensions[ne].name} {$newestExtensions[ne].version}</a> ({$newestExtensions[ne].dateupdated|date_format})</li>
{/section}
</ul>
<h2><a href="{$config.webpath}/rss/{$app}/extensions/popular/"><img class="rss" src="{$config.webpath}/images/rss.png"/>Top Extensions</h2>
<h2><a href="{$config.webpath}/rss/{$app}/extensions/popular/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Top Extensions</h2>
<ul>
{section name=pe loop=$popularExtensions step=1 start=0}
<li><a href="{$config.webpath}/{$app}/{$popularExtensions[pe].ID}/">{$popularExtensions[pe].name}</a> ({$popularExtensions[pe].dc} downloads)</li>

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

@ -2,14 +2,14 @@
<p>Themes are skins for Mozilla applications. They allow you to change the look and feel of the user interface and personalize it to your tastes. A theme can simply change colors, or it can change every piece of its appearance.</p>
<h2><a href="{$config.webpath}/rss/{$app}/themes/updated/"><img class="rss" src="{$config.webpath}/images/rss.png"/>Recently Updated</a></h2>
<h2><a href="{$config.webpath}/rss/{$app}/themes/updated/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Recently Updated</a></h2>
<ul>
{section name=nt loop=$newestThemes step=1 start=0}
<li><a href="{$config.webpath}/{$app}/{$newestThemes[nt].ID}/">{$newestThemes[nt].name} {$newestThemes[nt].version}</a> ({$newestThemes[nt].dateupdated|date_format})</li>
{/section}
</ul>
<h2><a href="{$config.webpath}/rss/{$app}/themes/popular/"><img class="rss" src="{$config.webpath}/images/rss.png"/>Top Themes</h2>
<h2><a href="{$config.webpath}/rss/{$app}/themes/popular/"><img class="rss" src="{$config.webpath}/images/rss.png" alt=""/>Top Themes</h2>
<ul>
{section name=pt loop=$popularThemes step=1 start=0}
<li><a href="{$config.webpath}/{$app}/{$popularThemes[pt].ID}/">{$popularThemes[pt].name}</a> ({$popularThemes[pt].dc} downloads)</li>