diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-07 18:18:08 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-07 18:18:08 -0800 |
commit | e85f0ae4c820a93aeae75a5f0df6d4a292d497a0 (patch) | |
tree | b073fc84fbe46434e566d88bd9959eacc7469db7 | |
parent | 4b4ed63190428f2a81bda9c129f83190a381ff0c (diff) | |
parent | 5c83505eee087ba71cf54107b9049345efd1f6dd (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
-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) |