Minor markup fix

This commit is contained in:
sarven
2009-01-23 00:20:05 +00:00
parent c0d7ce8a3c
commit 2935e8c7ce
3 changed files with 10 additions and 14 deletions

View File

@@ -116,4 +116,9 @@ class TagCloudSection extends Section
{
return common_local_url('tag', array('tag' => $tag));
}
function divId()
{
return 'tagcloud';
}
}