diff options
-rw-r--r-- | web/template/account_details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/account_details.php b/web/template/account_details.php index 0ac85a5..8b76382 100644 --- a/web/template/account_details.php +++ b/web/template/account_details.php @@ -43,7 +43,7 @@ </tr> <tr> <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> <th><?= __("IRC Nick") . ":" ?></th> |