From 04dd7f395e614424e382a16a67cd04c284405609 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 25 Nov 2007 00:53:33 +0000 Subject: [PATCH] Note that indentation may be removed, change an example to use experimental. git-svn-id: http://htmlpurifier.org/svnroot@1457 48356398-32a2-884e-a903-53898d9a118a --- demo.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/demo.php b/demo.php index da5cd1e..dbf730d 100644 --- a/demo.php +++ b/demo.php @@ -216,6 +216,11 @@ if (isset($html)) echo escapeHTML($html); ?> +

+ By default, HTML Purifier may remove some of your spacing or + indentation. Turn on CollectErrors or experimental features in + order to fully preserve whitespace. +

Warning: GET request method can only hold 8129 characters (probably less depending on your browser). @@ -237,7 +242,7 @@ Don't know what to test? Try out these sample filterings:

  • Illegal nesting fixed
  • Deprecated tags converted
  • CSS validated
  • -
  • Rich formatting preserved
  • +
  • Rich formatting preserved
  • -- 2.11.4.GIT