diff options
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>
|
