[aur-dev] [PATCH] Linkify user homepage URLs
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- 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
On Wed, 22 Jun 2016 at 23:28:43, Johannes Löthberg via aur-dev wrote:
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- web/template/account_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Looks good. Queued, thanks!
participants (2)
-
Johannes Löthberg
-
Lukas Fleischer