diff options
author | Jeffery To <jeffery.to@gmail.com> | 2009-06-26 15:42:37 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2009-06-26 15:42:37 +0800 |
commit | 71dc910a53eb2aba509c418e7ac0f8e9b94cba9a (patch) | |
tree | bf7299e5e55e69dc859a50df563e8ae59b56d4b4 /lib/noticelist.php | |
parent | 65f784120b45dc187e28313fa2c2dca2c976c150 (diff) | |
parent | 97ee517680979bf12e82eab99ecf943712fe97c9 (diff) |
Merge branch '0.8.x' into notice-search-no-results
Diffstat (limited to 'lib/noticelist.php')
-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 6f05c63d6..44726a17b 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -432,7 +432,7 @@ class NoticeListItem extends Widget $this->out->elementStart('dl', 'response'); $this->out->element('dt', null, _('To')); $this->out->elementStart('dd'); - $this->out->element('a', array('href' => $convurl), + $this->out->element('a', array('href' => $convurl.'#notice-'.$this->notice->id), _('in context')); $this->out->elementEnd('dd'); $this->out->elementEnd('dl'); |