mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Remove double HTML escape https://github.com/webmin/usermin/issues/105
This commit is contained in:
@@ -120,7 +120,7 @@ if (@filters || &get_global_spamassassin()) {
|
||||
# Work out nice condition and action descriptions
|
||||
local $cond;
|
||||
($cond, $lastalways) = &describe_condition($f);
|
||||
$cond = &ui_link("edit.cgi?idx=$f->{'index'}", &html_escape($cond));
|
||||
$cond = &ui_link("edit.cgi?idx=$f->{'index'}", $cond);
|
||||
local $action = &describe_action($f, \@folders);
|
||||
|
||||
# Create mover links
|
||||
|
||||
Reference in New Issue
Block a user