move again

darcs-hash:20080709080206-84dde-b324eea8e6043397e09f41c099b9c2c821e192fb.gz
This commit is contained in:
Evan Prodromou 2008-07-09 04:02:06 -04:00
parent b1620f6a6e
commit e6d2f5a3a4
2 changed files with 3 additions and 2 deletions

View 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('→');
common_element_end('a');
common_element_end('p');
common_element_end('li');
}
}

View File

@ -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');
}
}