summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-19 14:27:20 +0000
committerSarven Capadisli <csarven@status.net>2009-11-19 14:27:20 +0000
commitd1893a1ca90a8d69d35d436cc9633a5cfdf84a96 (patch)
tree0eb92d15eada02f41b6700063b70e118b3162638 /lib/noticelist.php
parent269781280903d80141788225ec858fbf6501971d (diff)
Changed notice source and location order
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index bf12bb73c..0744d71a9 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -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');
}