mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
80d3abed9d
commit
96f0a8c24e
@ -521,7 +521,7 @@ class FilterEditor extends AbstractWidget
|
|||||||
return sprintf(
|
return sprintf(
|
||||||
'<input type="text" name="%s" value="%s" />',
|
'<input type="text" name="%s" value="%s" />',
|
||||||
$this->elementId('value', $filter),
|
$this->elementId('value', $filter),
|
||||||
$value
|
$this->view()->escape($value)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user