Added rel=external to geo location link

This commit is contained in:
Sarven Capadisli 2010-03-14 14:11:21 -04:00
parent 9ea48298d5
commit 53bed00f90
1 changed files with 2 additions and 1 deletions

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