mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix abvious error in string building
This commit is contained in:
parent
e3b98f81d1
commit
b58cb288a5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user