* fixed method 'linkButton'.

This commit is contained in:
Catouse
2014-04-03 18:00:55 +08:00
parent 859b028150
commit 054e2e863b
+1 -1
View File
@@ -514,7 +514,7 @@ EOT;
$link .= $onlybody;
}
return " <button type='button' $misc onclick='{$target}.location=\"$link\"' class='btn $class'>$label</div>";
return " <button type='button' $misc onclick='{$target}.location=\"$link\"' class='btn $class'>$label</button>";
}
/**