]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelist.php
Added rel=external to geo location link
[quix0rs-gnu-social.git] / lib / noticelist.php
index 811b7e4f1070e283151bb678f0c77c4de34d6e9b..0d4cd4dd91c7d87ab68a89065be58121b1f345fc 100644 (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);