]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
move again
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 08:02:06 +0000 (04:02 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 08:02:06 +0000 (04:02 -0400)
darcs-hash:20080709080206-84dde-b324eea8e6043397e09f41c099b9c2c821e192fb.gz

actions/showstream.php
lib/stream.php

index c4061da4fdd4431cdd7c4620800e291d8169bdca..4060535313f0923a3bc632bac3bd5a588c8c1580 100644 (file)
@@ -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('&rarr;');
+               common_element_end('a');
+               common_element_end('p');
                common_element_end('li');
        }
 }
\ No newline at end of file
index c13be22849c7e3d7aa90cba40715d2c1fbecc49d..431580b13662cd2d2d4c3cee0dba3c5ac3d21f00 100644 (file)
@@ -101,8 +101,8 @@ class StreamAction extends Action {
                                                                   'title' => _t('reply'),
                                                                   'class' => 'replybutton'));
                common_raw('&rarr;');
-               common_element_end('p');
                common_element_end('a');
+               common_element_end('p');
                common_element_end('li');
        }
 }