~joebordes/chive/chive_lib_upgrade

« back to all changes in this revision

Viewing changes to yii/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt

  • Committer: Joe Bordes
  • Date: 2011-08-22 18:24:26 UTC
  • Revision ID: joe@tsolucio.com-20110822182426-zrvpiuyvm20ybjki
Update yii framework 1.1.8 and associated libraries.
Update About page to reflect changes.
Basic testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Core.NormalizeNewlines
 
2
TYPE: bool
 
3
VERSION: 4.2.0
 
4
DEFAULT: true
 
5
--DESCRIPTION--
 
6
<p>
 
7
    Whether or not to normalize newlines to the operating
 
8
    system default.  When <code>false</code>, HTML Purifier
 
9
    will attempt to preserve mixed newline files.
 
10
</p>
 
11
--# vim: et sw=4 sts=4