]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed notice source and location order
authorSarven Capadisli <csarven@status.net>
Thu, 19 Nov 2009 14:27:20 +0000 (14:27 +0000)
committerSarven Capadisli <csarven@status.net>
Thu, 19 Nov 2009 14:27:20 +0000 (14:27 +0000)
lib/noticelist.php

index bf12bb73c5dfd4df71e48bee9503a08dc89b6d0a..0744d71a99a98de977dad82ca36784bfd8751947 100644 (file)
@@ -199,8 +199,8 @@ class NoticeListItem extends Widget
     {
         $this->out->elementStart('div', 'entry-content');
         $this->showNoticeLink();
-        $this->showNoticeLocation();
         $this->showNoticeSource();
+        $this->showNoticeLocation();
         $this->showContext();
         $this->out->elementEnd('div');
     }