summaryrefslogtreecommitdiff
path: root/actions/noticesearch.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-07 21:09:27 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-07 21:09:27 +0000
commita6e950b7a1ca7654613dd7f5cefcdae6a3a0f579 (patch)
treedf34246be8c7c62364f224abdb472f120f7a4490 /actions/noticesearch.php
parent5dfc09d9d265d1e2e918f9dd615f89909c6c4e74 (diff)
Renamed 'blankfiller' to 'guide'.
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r--actions/noticesearch.php2
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;