diff options
author | Evan Prodromou <evan@status.net> | 2010-03-25 17:24:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-25 17:24:10 -0400 |
commit | cbf321eeb371fecdb069a33301629a6d045425f1 (patch) | |
tree | eb44b8419e74d5653d2fa178e84f46e0b01401bf /lib/noticelist.php | |
parent | 9c63ae6e443e7b23f64e31617a1762393473509a (diff) | |
parent | c066e5285c12be5ccf243e8be79dc07977f78366 (diff) |
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r-- | lib/noticelist.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php index 811b7e4f1..0d4cd4dd9 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -443,7 +443,8 @@ class NoticeListItem extends Widget $name); } else { $xstr = new XMLStringer(false); - $xstr->elementStart('a', array('href' => $url)); + $xstr->elementStart('a', array('href' => $url, + 'rel' => 'external')); $xstr->element('abbr', array('class' => 'geo', 'title' => $latlon), $name); |