diff options
Diffstat (limited to 'lib/stream.php')
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php index c13be2284..431580b13 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -101,8 +101,8 @@ class StreamAction extends Action { 'title' => _t('reply'), 'class' => 'replybutton')); common_raw('→'); - common_element_end('p'); common_element_end('a'); + common_element_end('p'); common_element_end('li'); } } |