mirror of
https://github.com/webmin/webmin.git
synced 2025-08-15 21:20:10 +00:00
fix missing ' + adjust indent
This commit is contained in:
@ -160,7 +160,7 @@ else {
|
||||
print "return false;\n";
|
||||
print "}\n";
|
||||
print "</script>\n";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;>'";
|
||||
print "<div id='filter_box' style='display:none;margin:0px;padding:0px;width:100%;clear:both;'>";
|
||||
print &ui_textbox("filter",$text{'ui_filterbox'}, 50, 0, undef,"style='width:100%;' onkeyup=\"filter_match(this.value);\" onfocus=\"if (this.value == '".$text{'ui_filterbox'}."') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = '".$text{'ui_filterbox'}."';}\"");
|
||||
print "<hr style='width:100%;'></div>";
|
||||
print "<table width=100%>\n";
|
||||
|
Reference in New Issue
Block a user