Linkify user homepage URLs

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Johannes Löthberg 2016-06-22 23:28:43 +02:00 committed by Lukas Fleischer
parent a2a888625e
commit 16674e4c9d

View file

@ -43,7 +43,7 @@
</tr> </tr>
<tr> <tr>
<th><?= __("Homepage") . ":" ?></th> <th><?= __("Homepage") . ":" ?></th>
<td><?= htmlspecialchars($row["Homepage"], ENT_QUOTES) ?></td> <td><a href="<?= htmlspecialchars($row["Homepage"], ENT_QUOTES) ?>" rel="nofollow"><?= htmlspecialchars($row["Homepage"], ENT_QUOTES) ?></a></td>
</tr> </tr>
<tr> <tr>
<th><?= __("IRC Nick") . ":" ?></th> <th><?= __("IRC Nick") . ":" ?></th>