mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
6 lines
206 B
YAML
6 lines
206 B
YAML
exercise_html_purifier:
|
|
# full configuration reference: http://htmlpurifier.org/live/configdoc/plain.html
|
|
default:
|
|
# the charset used by the original contents
|
|
Core.Encoding: 'UTF-8'
|