mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Escape output
This commit is contained in:
@ -109,7 +109,7 @@ foreach $s (@run) {
|
||||
else {
|
||||
# Done - show output
|
||||
print "<b>",&text('run_success', $d),"</b>\n";
|
||||
print "<ul><pre>$rv->[1]</pre></ul><p>\n";
|
||||
print "<ul><pre>".&html_escape($rv->[1])."</pre></ul><p>\n";
|
||||
}
|
||||
$p++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user