fix: [genericElement:boolean] Correctly encode sync rules for popover usage

pull/8552/head
Sami Mokaddem 2022-07-27 14:18:29 +02:00
parent 62670edfbc
commit c8ed5f84f1
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
sprintf(
' <span data-toggle="popover" title="%s" data-content="%s">(%s)</span>',
__('Filter rules'),
$rules_raw,
h($rules_raw),
__('Rules')
)
);