summaryrefslogtreecommitdiff
path: root/lib/tagcloudsection.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 00:20:05 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 00:20:05 +0000
commit2935e8c7ce3a9a31b9191d4a02cb8cab348c68e6 (patch)
treef279e6c77f7c8b5abe6f17899d66459bb9a8a076 /lib/tagcloudsection.php
parentc0d7ce8a3cf376759ce2254c87ddc1f10207c1c5 (diff)
Minor markup fix
Diffstat (limited to 'lib/tagcloudsection.php')
-rw-r--r--lib/tagcloudsection.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tagcloudsection.php b/lib/tagcloudsection.php
index 1a7f721b2..178dd88ca 100644
--- a/lib/tagcloudsection.php
+++ b/lib/tagcloudsection.php
@@ -116,4 +116,9 @@ class TagCloudSection extends Section
{
return common_local_url('tag', array('tag' => $tag));
}
+
+ function divId()
+ {
+ return 'tagcloud';
+ }
}