diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-19 14:27:20 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-19 14:27:20 +0000 |
commit | d1893a1ca90a8d69d35d436cc9633a5cfdf84a96 (patch) | |
tree | 0eb92d15eada02f41b6700063b70e118b3162638 | |
parent | 269781280903d80141788225ec858fbf6501971d (diff) |
Changed notice source and location order
-rw-r--r-- | lib/noticelist.php | 2 |
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'); } |