N°4360 - Rename class to match other classes convention

This commit is contained in:
Molkobain
2021-11-26 13:47:05 +01:00
parent 5e48400cb1
commit 8a65a592f3
3 changed files with 5 additions and 5 deletions

View File

@@ -1052,7 +1052,7 @@ class Config
'svg_sanitizer' => array(
'type' => 'string',
'description' => 'The class to use for SVG sanitization : allow to provide a custom made sanitizer',
'default' => 'SvgDOMSanitizer',
'default' => 'SVGDOMSanitizer',
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => false,