Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.Predicate.txt is written in an unsupported language. File is not indexed.
0001 AutoFormat.RemoveEmpty.Predicate 0002 TYPE: hash 0003 VERSION: 4.7.0 0004 DEFAULT: array('colgroup' => array(), 'th' => array(), 'td' => array(), 'iframe' => array('src')) 0005 --DESCRIPTION-- 0006 <p> 0007 Given that an element has no contents, it will be removed by default, unless 0008 this predicate dictates otherwise. The predicate can either be an associative 0009 map from tag name to list of attributes that must be present for the element 0010 to be considered preserved: thus, the default always preserves <code>colgroup</code>, 0011 <code>th</code> and <code>td</code>, and also <code>iframe</code> if it 0012 has a <code>src</code>. 0013 </p> 0014 --# vim: et sw=4 sts=4