summaryrefslogtreecommitdiffstatshomepage
path: root/templates/profile.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-14 14:44:33 +0000
committerGravatar mensonge2008-11-14 14:44:33 +0000
commit104d59099e048688c4dbac37d72137006e396558 (patch)
tree5b0930545077f8a9823d5dfc05ab7388e289c91e /templates/profile.tpl.php
parent8bc7ad4383452b2a3872aea3ef7c3eaef675af3b (diff)
downloadscuttle-104d59099e048688c4dbac37d72137006e396558.tar.gz
scuttle-104d59099e048688c4dbac37d72137006e396558.zip
minor fix: in homepage redirection
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@158 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/profile.tpl.php')
-rw-r--r--templates/profile.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.tpl.php b/templates/profile.tpl.php
index ecfadbb..e3e44ab 100644
--- a/templates/profile.tpl.php
+++ b/templates/profile.tpl.php
@@ -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
}
?>