mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
a2a888625e
commit
16674e4c9d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue