diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-07 23:47:37 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-07 23:47:37 +0000 |
commit | a64a88860908429a2e2297565f292ebdfe68415f (patch) | |
tree | 388b3a5ea26b2057060a1acee8c4be5fb907a72f /lib/util.php | |
parent | 08db50b24eaf9e6e5f651448c394f1f50dd2409b (diff) |
Using rel="external" instead of class="exlink"
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 7ce4e229e..c5a092f63 100644 --- a/lib/util.php +++ b/lib/util.php @@ -478,7 +478,7 @@ function common_linkify($url) { } else $title = ''; - return "<a href=\"$url\" $title class=\"extlink\">$display</a>"; + return "<a href=\"$url\" $title rel=\"external\">$display</a>"; } function common_longurl($short_url) |