]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupsearch.php
add design classes
[quix0rs-gnu-social.git] / actions / groupsearch.php
index 31c4ffd948e1c317ad0c2817eac9369baed7724d..06b4a77550cf33bd672207ace03e135e31754c93 100644 (file)
@@ -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();