Added rel=external to geo location link

This commit is contained in:
Sarven Capadisli 2010-03-14 14:11:21 -04:00
parent 6e5e75f341
commit 00cac4c8b1

View File

@ -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);