diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-25 14:02:41 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-25 14:02:41 -0700 |
commit | b53b6b8769d5531c16ba58d4560119bcee8b39ff (patch) | |
tree | 69524e7f95d68fde05ffa91cf9d4106f37682e5a /lib/noticelist.php | |
parent | a7cdf32df541bf73a47f1255b3e9f0a22c4724b4 (diff) | |
parent | e268cb5fd1a81835180a0f6190b7929d03ce42d7 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
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'); |