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/html_then_blockquote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/safe_mode/html_then_blockquote.html') diff --git a/tests/safe_mode/html_then_blockquote.html b/tests/safe_mode/html_then_blockquote.html index 5833cd4..62d24e4 100644 --- a/tests/safe_mode/html_then_blockquote.html +++ b/tests/safe_mode/html_then_blockquote.html @@ -1,5 +1,5 @@

to:

-

<td /><td style="text-align: center; white-space: nowrap;"><br />

+

<td /><td style="text-align: center; white-space: nowrap;"><br />

3) You don't need to alter all localization files. Adding the new labels to the en_US files will do it.

-- cgit v1.2.3