diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 23:45:22 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 23:45:22 +0000 |
commit | a839daad2ecbf8430f518e8690cc509885973e82 (patch) | |
tree | e68facf1be49d34278eab95725e1df972c4edd86 /actions/showstream.php | |
parent | 79b1e3a488372065590700491320b9d3b0c74de4 (diff) |
HTML br is not needed. Using 'clear' in CSS instead.
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index cb40d1302..4181a2bab 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -345,7 +345,6 @@ class ShowstreamAction extends ProfileAction $message .= sprintf(_('Why not [register an account](%%%%action.register%%%%) and then nudge %s or post a notice to his or her attention.'), $this->user->nickname); } - $this->element('br', array('clear' => 'both')); $this->elementStart('div', 'guide'); $this->raw(common_markup_to_html($message)); $this->elementEnd('div'); |