diff --git a/CREDITS b/CREDITS index c3e7bb8e..7921b45a 100644 --- a/CREDITS +++ b/CREDITS @@ -5,3 +5,5 @@ Almost everything written by Edward Z. Yang (Ambush Commander). Lots of thanks to the DevNetwork Community for their help (see docs/ref-devnetwork.html for more details), Feyd especially (namely IPv6 and optimization). Thanks to RSnake for letting me package his fantastic XSS cheatsheet for a smoketest. + + vim: et sw=4 sts=4 diff --git a/Doxyfile b/Doxyfile index 0095a193..2a2c843c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1313,3 +1313,5 @@ DOT_CLEANUP = YES # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO + +# vim: et sw=4 sts=4 diff --git a/INSTALL b/INSTALL index 0a21da73..8ee41e86 100644 --- a/INSTALL +++ b/INSTALL @@ -370,3 +370,4 @@ If your website is in a different encoding or doctype, use this code: $clean_html = $purifier->purify($dirty_html); ?> + vim: et sw=4 sts=4 diff --git a/INSTALL.fr.utf8 b/INSTALL.fr.utf8 index ae0fcd20..9c533853 100644 --- a/INSTALL.fr.utf8 +++ b/INSTALL.fr.utf8 @@ -64,4 +64,6 @@ Sinon, utilisez: $purificateur = new HTMLPurifier($config); $html_propre = $purificateur->purify($html_salle); -?> \ No newline at end of file +?> + + vim: et sw=4 sts=4 diff --git a/LICENSE b/LICENSE index 602bfc94..8c88a20d 100644 --- a/LICENSE +++ b/LICENSE @@ -501,4 +501,4 @@ necessary. Here is a sample; alter the names: That's all there is to it! - + vim: et sw=4 sts=4 diff --git a/NEWS b/NEWS index 44c1c291..a8d67fea 100644 --- a/NEWS +++ b/NEWS @@ -832,3 +832,5 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier + Shorthand CSS properties + Table CSS properties + Deprecated attribute transformations + + vim: et sw=4 sts=4 diff --git a/README b/README index dacaceb0..53f26f1c 100644 --- a/README +++ b/README @@ -20,3 +20,5 @@ Places to go: * See WYSIWYG for information on editors like TinyMCE and FCKeditor HTML Purifier can be found on the web at: http://htmlpurifier.org/ + + vim: et sw=4 sts=4 diff --git a/TODO b/TODO index 0860c6a1..07a11cca 100644 --- a/TODO +++ b/TODO @@ -127,3 +127,5 @@ Wontfix - Pretty-printing HTML: users can use Tidy on the output on entire page - Native content compression, whitespace stripping: use gzip if this is really important + + vim: et sw=4 sts=4 diff --git a/WYSIWYG b/WYSIWYG index 097bd243..c518aacd 100644 --- a/WYSIWYG +++ b/WYSIWYG @@ -16,3 +16,5 @@ trouble. Therein lies the solution: HTML Purifier is perfect for filtering pure-HTML input from WYSIWYG editors. Enough said. + + vim: et sw=4 sts=4 diff --git a/benchmarks/ConfigSchema.php b/benchmarks/ConfigSchema.php index 4e140faf..087758c3 100644 --- a/benchmarks/ConfigSchema.php +++ b/benchmarks/ConfigSchema.php @@ -12,3 +12,5 @@ $begin = xdebug_memory_usage(); $schema = HTMLPurifier_ConfigSchema::makeFromSerial(); echo xdebug_memory_usage() - $begin; + +// vim: et sw=4 sts=4 diff --git a/benchmarks/Lexer.php b/benchmarks/Lexer.php index 07a83618..686ef63e 100644 --- a/benchmarks/Lexer.php +++ b/benchmarks/Lexer.php @@ -153,3 +153,6 @@ echo '