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/link.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/safe_mode/link.txt (limited to 'tests/safe_mode/link.txt') diff --git a/tests/safe_mode/link.txt b/tests/safe_mode/link.txt deleted file mode 100644 index 28331a7..0000000 --- a/tests/safe_mode/link.txt +++ /dev/null @@ -1 +0,0 @@ - -- cgit v1.2.3