summaryrefslogtreecommitdiffstatshomepage
path: root/templates/profile.tpl.php
diff options
context:
space:
mode:
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
}
?>