]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
section class on object nav
[quix0rs-gnu-social.git] / lib / action.php
index 92be43ba68bb1edf7410aff124a3e91b7691afd1..ca380cc02ce4d13cd302dc88d5d8e000f22c6be9 100644 (file)
@@ -712,7 +712,8 @@ class Action extends HTMLOutputter // lawsuit
     {
         // Need to have this ID for CSS; I'm too lazy to add it to
         // all menus
-        $this->elementStart('div', array('id' => 'site_nav_object'));
+        $this->elementStart('div', array('id' => 'site_nav_object',
+                                         'class' => 'section'));
         $this->showObjectNav();
         $this->elementEnd('div');
     }