diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 00:20:05 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-23 00:20:05 +0000 |
commit | 2935e8c7ce3a9a31b9191d4a02cb8cab348c68e6 (patch) | |
tree | f279e6c77f7c8b5abe6f17899d66459bb9a8a076 /lib | |
parent | c0d7ce8a3cf376759ce2254c87ddc1f10207c1c5 (diff) |
Minor markup fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tagcloudsection.php | 5 |
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'; + } } |