]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/tagcloudsection.php
Minor markup fix
[quix0rs-gnu-social.git] / lib / tagcloudsection.php
index 1a7f721b2fa191de93c7371e7ca2fce1f876030a..178dd88ca7399fb9ff0fc330455d35383e0e9eef 100644 (file)
@@ -116,4 +116,9 @@ class TagCloudSection extends Section
     {
         return common_local_url('tag', array('tag' => $tag));
     }
+
+    function divId()
+    {
+        return 'tagcloud';
+    }
 }