* fix a bug for iframe when no clicked.

This commit is contained in:
wangyidong
2013-02-18 10:00:06 +00:00
parent f0149dbf19
commit 423b0d3f95

View File

@@ -315,6 +315,7 @@ class common extends control
{
if($type == 'list')
{
$class = "icon-$color-$module-$icon";
echo "<span class='$class' title='$title'>&nbsp;</span>";
}
}