mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
escape output
This commit is contained in:
@ -219,7 +219,8 @@ foreach $pfile (@pfile) {
|
||||
close(TAR);
|
||||
if ($?) {
|
||||
unlink(@pfile) if ($need_unlink);
|
||||
&install_error(&text('download_etar', "<tt>$tar</tt>"));
|
||||
&install_error(&text('download_etar',
|
||||
"<tt>".&html_escape($tar)."</tt>"));
|
||||
}
|
||||
}
|
||||
if (@dirs == 0 || $file{'Makefile.PL'}+$file{'Build.PL'} < @dirs) {
|
||||
|
Reference in New Issue
Block a user