summaryrefslogtreecommitdiff
path: root/actions/groupsearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-07 17:14:10 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-07 17:14:10 -0400
commit92d18134bfe082f75211b3baa93f20d88367dba6 (patch)
tree8fdfc1cd8204eaad59446cf688d22d87ce02dc98 /actions/groupsearch.php
parent770788d98eb9dfca51e6299e023edab26765c0bf (diff)
parent05b04b7970d1b0f1e35a64a5537ad61e2fb8db1c (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/groupsearch.php')
-rw-r--r--actions/groupsearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/groupsearch.php b/actions/groupsearch.php
index 31c4ffd94..06b4a7755 100644
--- a/actions/groupsearch.php
+++ b/actions/groupsearch.php
@@ -84,7 +84,7 @@ class GroupsearchAction extends SearchAction
else {
$message = _('Why not [register an account](%%action.register%%) and [create the group](%%action.newgroup%%) yourself!');
}
- $this->elementStart('div', 'blankfiller');
+ $this->elementStart('div', 'guide');
$this->raw(common_markup_to_html($message));
$this->elementEnd('div');
$user_group->free();