From 2935e8c7ce3a9a31b9191d4a02cb8cab348c68e6 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 23 Jan 2009 00:20:05 +0000 Subject: Minor markup fix --- lib/tagcloudsection.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/tagcloudsection.php') 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'; + } } -- cgit v1.2.3-54-g00ecf