mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
the single author was being echoed outside of a <ul> - now if there is only one
author, it is in the previous list
This commit is contained in:
parent
b2734ccdf3
commit
fee5466537
@ -9,9 +9,9 @@
|
||||
<li><a href="{$config.webpath}/{$app}/{$addon->ID}/comments/">Comments</a></li>
|
||||
<li><a href="{$config.webpath}/addcomment.php?aid={$addon->ID}&app={$app}">Add a Comment</a></li>
|
||||
<li><a href="{$config.webpath}/{$app}/{$addon->ID}/history/">Version History</a></li>
|
||||
</ul>
|
||||
|
||||
{if $addon->Authors|@count > 1}
|
||||
</ul>
|
||||
<li><span>About the Authors</span>
|
||||
<ul>
|
||||
{foreach key=key item=item from=$addon->Authors}
|
||||
@ -21,6 +21,7 @@
|
||||
</li>
|
||||
{else}
|
||||
<li><a href="{$config.webpath}/{$app}/{$addon->UserID}/author">About the Author</a></li>
|
||||
</ul>
|
||||
{/if}
|
||||
</li>
|
||||
<li><span>Find Similar Add-ons</span>
|
||||
|
Loading…
Reference in New Issue
Block a user