diff -r d2d4e40ecd29 -r 935f3799b654 plugins/SpecialPageFuncs.php --- a/plugins/SpecialPageFuncs.php Mon Jul 07 02:50:17 2008 -0400 +++ b/plugins/SpecialPageFuncs.php Mon Jul 07 18:12:30 2008 -0400 @@ -836,7 +836,7 @@ } $sb_html = $cloud->make_html('small', 'justify') . '
' . $lang->get('pagetools_tagcloud_sidebar_btn_larger') . ''; } - $template->sidebar_widget($lang->get('pagetools_tagcloud_sidebar_title'), "
$sb_html
"); + $template->sidebar_widget('pagetools_tagcloud_sidebar_title', "
$sb_html
"); } $plugins->attachHook('compile_template', 'sidebar_add_tag_cloud();');