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

0001 Output.Newline
0002 TYPE: string/null
0003 VERSION: 2.0.1
0004 DEFAULT: NULL
0005 --DESCRIPTION--
0006 
0007 <p>
0008     Newline string to format final output with. If left null, HTML Purifier
0009     will auto-detect the default newline type of the system and use that;
0010     you can manually override it here. Remember, \r\n is Windows, \r
0011     is Mac, and \n is Unix.
0012 </p>
0013 --# vim: et sw=4 sts=4