git-svn-id: http://xe-core.googlecode.com/svn/trunk@405 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-13 09:11:13 +00:00
parent 51abcab1a6
commit 4bdee6e7f1
3 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@
</tr>
<tr>
<th>{$lang->homepage}</th>
<td><a href="#" onclick="window.open({$addon_info->author->homepage});return false;">{$addon_info->author->homepage}</a></td>
<td><a href="#" onclick="window.open('{$addon_info->author->homepage}');return false;">{$addon_info->author->homepage}</a></td>
</tr>
<tr>
<th>{$lang->regdate}</th>
@ -36,7 +36,7 @@
</tr>
<tr>
<th>{$lang->homepage}</th>
<td><a href="#" onclick="window.open({$history->homepage});return false;">{$history->homepage}</a></td>
<td><a href="#" onclick="window.open('{$history->homepage}');return false;">{$history->homepage}</a></td>
</tr>
<tr>
<th>{$lang->regdate}</th>