mirror of
https://github.com/webmin/webmin.git
synced 2025-08-17 19:06:28 +00:00
Escape output
This commit is contained in:
@ -109,7 +109,7 @@ foreach $s (@run) {
|
|||||||
else {
|
else {
|
||||||
# Done - show output
|
# Done - show output
|
||||||
print "<b>",&text('run_success', $d),"</b>\n";
|
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++;
|
$p++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user