From: Craig Andrews Date: Tue, 22 Sep 2009 02:48:19 +0000 (-0400) Subject: Make link href the long url so users can tell where links are going X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ebb52efeb48212626d41a79b9d7e4f505323d074;p=quix0rs-gnu-social.git Make link href the long url so users can tell where links are going --- diff --git a/lib/util.php b/lib/util.php index 37744fc5b7..018b7cad51 100644 --- a/lib/util.php +++ b/lib/util.php @@ -536,7 +536,7 @@ function common_linkify($url) { throw new ServerException("Can't linkify url '$url'"); } - $attrs = array('href' => $canon, 'rel' => 'external'); + $attrs = array('href' => $longurl, 'rel' => 'external'); $is_attachment = false; $attachment_id = null;