From 0735b01dd9ab63417b1e9ee204d6090257cb8dbe Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 19 Jan 2012 06:30:23 -0500 Subject: Inline html is now escaped by the searializer. Final fix to issue introduced in fix for #59. Weird stuff inside angle brackets now also work in safe_mode='escape'. We just did the same thing as with block html, let the (x)html searializer do the escaping. Tests updated including the standalone test moved to match the non-escape cases. --- tests/safe_mode/inline-html-simple.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/safe_mode/inline-html-simple.txt') diff --git a/tests/safe_mode/inline-html-simple.txt b/tests/safe_mode/inline-html-simple.txt index 14aa2dc..7210750 100644 --- a/tests/safe_mode/inline-html-simple.txt +++ b/tests/safe_mode/inline-html-simple.txt @@ -67,3 +67,4 @@ Hr's:
+ -- cgit v1.2.3