mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Merge pull request #2737 from Icinga/bugfix/searchfield-escaping-12330
FilterEditor: escape values correctly
This commit is contained in:
commit
9d47d651d9
@ -521,7 +521,7 @@ class FilterEditor extends AbstractWidget
|
||||
return sprintf(
|
||||
'<input type="text" name="%s" value="%s" />',
|
||||
$this->elementId('value', $filter),
|
||||
$value
|
||||
$this->view()->escape($value)
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user