diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 04:01:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 04:01:10 -0400 |
commit | b1620f6a6e0342f5622fef72ba0f6724e31f3feb (patch) | |
tree | b57cd04751b8440271f36bd3e143d234cfca5cda /lib/stream.php | |
parent | 59866e0648e036b966c861728e0cd23d4b8d42be (diff) |
move some things around
darcs-hash:20080709080110-84dde-2d8169e2fbe28300d099090100547a19cb8c6a7d.gz
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 431580b13..c13be2284 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('a'); common_element_end('p'); + common_element_end('a'); common_element_end('li'); } } |