From 762741244da7494ea79604d6321def0e6c11345b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 13 Jun 2010 19:50:04 +0200 Subject: [PATCH] #444: Re-escape result of the "striptags" jinja filter. --- CHANGES | 7 +++++++ sphinx/themes/basic/layout.html | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 8f1ce0d82..9b34377a1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Release 0.6.8 (in development) +============================== + +* #444: In templates, properly re-escape values treated with the + "striptags" Jinja filter. + + Release 0.6.7 (Jun 05, 2010) ============================ diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html index 3380dbe13..92bd44b14 100644 --- a/sphinx/themes/basic/layout.html +++ b/sphinx/themes/basic/layout.html @@ -13,7 +13,7 @@