Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt is written in an unsupported language. File is not indexed.
0001 Output.FixInnerHTML 0002 TYPE: bool 0003 VERSION: 4.3.0 0004 DEFAULT: true 0005 --DESCRIPTION-- 0006 <p> 0007 If true, HTML Purifier will protect against Internet Explorer's 0008 mishandling of the <code>innerHTML</code> attribute by appending 0009 a space to any attribute that does not contain angled brackets, spaces 0010 or quotes, but contains a backtick. This slightly changes the 0011 semantics of any given attribute, so if this is unacceptable and 0012 you do not use <code>innerHTML</code> on any of your pages, you can 0013 turn this directive off. 0014 </p> 0015 --# vim: et sw=4 sts=4