From: Sarven Capadisli Date: Sat, 7 Feb 2009 23:47:37 +0000 (+0000) Subject: Using rel="external" instead of class="exlink" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a64a88860908429a2e2297565f292ebdfe68415f;p=quix0rs-gnu-social.git Using rel="external" instead of class="exlink" --- diff --git a/lib/util.php b/lib/util.php index 7ce4e229eb..c5a092f630 100644 --- a/lib/util.php +++ b/lib/util.php @@ -478,7 +478,7 @@ function common_linkify($url) { } else $title = ''; - return "$display"; + return "$display"; } function common_longurl($short_url)