PortableInfobox/templates/PortableInfoboxWrapper.mustache
grunny 9567ba1a5d (MAIN-4620) Sanitize custom theme class in PortableInfobox
Sanitize the custom theme class users can provide in Portable Infoboxes.
Sanitizer::escapeClass only allows valid characters in a class name
through.
2015-05-26 02:01:00 +10:00

2 lines
84 B
Plaintext

<aside class="portable-infobox{{#theme}} {{theme}}{{/theme}}">{{{content}}}</aside>