diff options
author | Sean Murphy <sgmurphy@gmail.com> | 2009-02-09 17:29:39 -0500 |
---|---|---|
committer | Sean Murphy <sgmurphy@gmail.com> | 2009-02-09 17:29:39 -0500 |
commit | bdd9f6ce1d9bafc1c534aec224fa0ad1452779c1 (patch) | |
tree | 928e7efa3c382787adacf3e7234d77bce506eb80 /lib/util.php | |
parent | f6705f06c0a8251c0f3eb0fe88532e75645f7705 (diff) | |
parent | 32744124bcb8aa0683490a56defd4a79f072d278 (diff) |
Merge commit 'upstream/0.7.x' into 0.7.x
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 5204693bc..be92f422f 100644 --- a/lib/util.php +++ b/lib/util.php @@ -481,7 +481,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) |