Signed-off-by: Johannes Löthberg <[email protected]>
---
 web/template/account_details.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
2.9.0

Reply via email to