diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 17:14:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 17:14:10 -0400 |
commit | 92d18134bfe082f75211b3baa93f20d88367dba6 (patch) | |
tree | 8fdfc1cd8204eaad59446cf688d22d87ce02dc98 /actions/noticesearch.php | |
parent | 770788d98eb9dfca51e6299e023edab26765c0bf (diff) | |
parent | 05b04b7970d1b0f1e35a64a5537ad61e2fb8db1c (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r-- | actions/noticesearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php index a4308450b..095d0a454 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -124,7 +124,7 @@ class NoticesearchAction extends SearchAction $message = sprintf(_('Why not [register an account](%%%%action.register%%%%) and be the first to [post on this topic](%%%%action.newnotice%%%%?status_textarea=%s)!'), urlencode($q)); } - $this->elementStart('div', 'blankfiller'); + $this->elementStart('div', 'guide'); $this->raw(common_markup_to_html($message)); $this->elementEnd('div'); return; |