mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix #1904 hide parentheses and comma if addon author info is not available
This commit is contained in:
parent
048ba47499
commit
03d456c674
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@
|
|||
<th class="nowr">{$lang->author}</th>
|
||||
<td>
|
||||
<block loop="$addon_info->author => $author">
|
||||
{$author->name} (<a cond="$author->homepage" href="{$author->homepage}" target="_blank">{$author->homepage}</a>, <a cond="$author->email_address" href="mailto:{$author->email_address}">{$author->email_address}</a>) <br />
|
||||
{$author->name}
|
||||
<a cond="$author->homepage" href="{$author->homepage}" target="_blank">{$author->homepage}</a>
|
||||
<a cond="$author->email_address" href="mailto:{$author->email_address}">{$author->email_address}</a>
|
||||
<br />
|
||||
</block>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue