minor fix: in homepage redirection
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@158 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
8bc7ad4383
commit
104d59099e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if ($row['name'] != "") {
|
|||
if ($row['homepage'] != "") {
|
||||
?>
|
||||
<dt><?php echo T_('Homepage'); ?></dt>
|
||||
<dd><a href="<?php echo filter($row['homepage'], 'url'); ?>"><?php echo filter($row['homepage']); ?></a></dd>
|
||||
<dd><a href="<?php echo filter($row['homepage']); ?>"><?php echo filter($row['homepage']); ?></a></dd>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue