mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Use new quoting function
This commit is contained in:
@@ -88,9 +88,9 @@ while(1) {
|
||||
next if (defined($lastpc) && $pc == $lastpc);
|
||||
print "<script>\n";
|
||||
print "document.forms[0].file.value = \"".
|
||||
quotemeta($filename)."\";\n";
|
||||
"e_javascript($filename)."\";\n";
|
||||
print "document.forms[0].size.value = \"".
|
||||
quotemeta(&text('uptracker_of',
|
||||
"e_javascript(&text('uptracker_of',
|
||||
&nice_size($size),
|
||||
&nice_size($totalsize)))."\";\n";
|
||||
print "document.forms[0].pc.value = \"".("|" x $pc)."\";\n";
|
||||
|
||||
Reference in New Issue
Block a user