New directive %Core.AllowHostnameUnderscore
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
blob35c393b4e63cd94cbf92270fb6badf53a72c325a
1 AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions
2 TYPE: lookup
3 VERSION: 4.0.0
4 DEFAULT: array('td' => true, 'th' => true)
5 --DESCRIPTION--
6 <p>
7   When %AutoFormat.RemoveEmpty and %AutoFormat.RemoveEmpty.RemoveNbsp
8   are enabled, this directive defines what HTML elements should not be
9   removede if they have only a non-breaking space in them.
10 </p>
11 --# vim: et sw=4 sts=4