您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
543B

  1. Output.FixInnerHTML
  2. TYPE: bool
  3. VERSION: 4.3.0
  4. DEFAULT: true
  5. --DESCRIPTION--
  6. <p>
  7. If true, HTML Purifier will protect against Internet Explorer's
  8. mishandling of the <code>innerHTML</code> attribute by appending
  9. a space to any attribute that does not contain angled brackets, spaces
  10. or quotes, but contains a backtick. This slightly changes the
  11. semantics of any given attribute, so if this is unacceptable and
  12. you do not use <code>innerHTML</code> on any of your pages, you can
  13. turn this directive off.
  14. </p>
  15. --# vim: et sw=4 sts=4