diff options
| author | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-07 21:38:14 +0000 |
|---|---|---|
| committer | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-07 21:38:14 +0000 |
| commit | 6c8e0fdbf5c5f8f89b9b020841e9a9c2c91d1946 (patch) | |
| tree | e8c62e59f89ecbbac02897960dfd663a7f025f05 /htroot/ViewProfile.html | |
| parent | 1d7fed87dca1b2b59c1ae6408bf47a3d8c24962f (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.html | 6 |
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)# ::#[value]##(/homepage)#</td>
+<td>#(homepage)# ::<a href="#[value]#">#[value]#</a>#(/homepage)#</td>
</tr>
<tr>
-<td>EMail</td>
-<td>#(email)# ::#[value]##(/email)#</td>
+<td>eMail</td>
+<td>#(email)# ::<a href="mailto:#[value]#">#[value]#</a>#(/email)#</td>
</tr>
<tr>
|
