summaryrefslogtreecommitdiff
path: root/htroot/ViewProfile.html
diff options
context:
space:
mode:
authorrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-05-07 21:38:14 +0000
committerrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-05-07 21:38:14 +0000
commit6c8e0fdbf5c5f8f89b9b020841e9a9c2c91d1946 (patch)
treee8c62e59f89ecbbac02897960dfd663a7f025f05 /htroot/ViewProfile.html
parent1d7fed87dca1b2b59c1ae6408bf47a3d8c24962f (diff)
Made Homepage and eMail clickable
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@87 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ViewProfile.html')
-rw-r--r--htroot/ViewProfile.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html
index e1bd65c7d..2af081aab 100644
--- a/htroot/ViewProfile.html
+++ b/htroot/ViewProfile.html
@@ -28,11 +28,11 @@ The peer #[peername]# is not online.
</tr>
<tr>
<td>Homepage</td>
-<td>#(homepage)#&nbsp;::#[value]##(/homepage)#</td>
+<td>#(homepage)#&nbsp;::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
</tr>
<tr>
-<td>EMail</td>
-<td>#(email)#&nbsp;::#[value]##(/email)#</td>
+<td>eMail</td>
+<td>#(email)#&nbsp;::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
</tr>
<tr>