Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt is written in an unsupported language. File is not indexed.

0001 HTML.Doctype
0002 TYPE: string/null
0003 DEFAULT: NULL
0004 --DESCRIPTION--
0005 Doctype to use during filtering. Technically speaking this is not actually
0006 a doctype (as it does not identify a corresponding DTD), but we are using
0007 this name for sake of simplicity. When non-blank, this will override any
0008 older directives like %HTML.XHTML or %HTML.Strict.
0009 --ALLOWED--
0010 'HTML 4.01 Transitional', 'HTML 4.01 Strict', 'XHTML 1.0 Transitional', 'XHTML 1.0 Strict', 'XHTML 1.1'
0011 --# vim: et sw=4 sts=4