From e6d2f5a3a4410d8a1b9b5b78241852a763b3be87 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 04:02:06 -0400 Subject: move again darcs-hash:20080709080206-84dde-b324eea8e6043397e09f41c099b9c2c821e192fb.gz --- actions/showstream.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions/showstream.php') diff --git a/actions/showstream.php b/actions/showstream.php index c4061da4f..406053531 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -364,7 +364,6 @@ class ShowstreamAction extends StreamAction { 'href' => $noticeurl, 'title' => common_exact_date($notice->created)), common_date_string($notice->created)); - common_element_end('p'); common_element_start('a', array('href' => common_local_url('newnotice', array('replyto' => $profile->nickname)), @@ -372,6 +371,8 @@ class ShowstreamAction extends StreamAction { 'title' => _t('reply'), 'class' => 'replybutton')); common_raw('→'); + common_element_end('a'); + common_element_end('p'); common_element_end('li'); } } \ No newline at end of file -- cgit v1.2.3-54-g00ecf