Fix abvious error in string building

This commit is contained in:
Ermal 2014-03-20 18:27:52 +00:00
parent e3b98f81d1
commit b58cb288a5

View File

@ -334,7 +334,7 @@ function print_info_box_np($msg, $name="apply",$value="", $showapply=false) {
}
if(!$savebutton) {
$savebutton = "<td class=\"infoboxsave\"><input value=\" . gettext("Close") . "\" type=\"button\" onclick=\"jQuery('#redboxtable').hide();\" /></td>";
$savebutton = "<td class=\"infoboxsave\"><input value=\"" . gettext("Close") . "\" type=\"button\" onclick=\"jQuery('#redboxtable').hide();\" /></td>";
}
echo <<<EOFnp