mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
HTML escape search text
This commit is contained in:
@@ -282,7 +282,7 @@ if (@rv) {
|
||||
print &ui_columns_end();
|
||||
}
|
||||
else {
|
||||
print "<p><b>",&text('search_none', "<tt>$in{'for'}</tt>"),"</b><p>\n";
|
||||
print "<p><b>",&text('search_none', "<tt>".&html_escape($in{'for'})."</tt>"),"</b><p>\n";
|
||||
}
|
||||
|
||||
&ui_print_footer("", $text{'index_return'});
|
||||
|
||||
Reference in New Issue
Block a user