fix XSS
This commit is contained in:
parent
6cf96a0fad
commit
754023f908
|
@ -692,9 +692,7 @@ class HostDevices extends Wizard
|
|||
if ($this->page == 1) {
|
||||
$title = __(
|
||||
'"%s" features',
|
||||
io_safe_output(
|
||||
$this->task['name']
|
||||
)
|
||||
$this->task['name']
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue