From 97e81089a2562adb88d41bb162623d84c16be8e0 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 25 Feb 2011 01:08:04 +0000 Subject: [PATCH] [1.2.X] Fixed #15491 -- Added a CDATA block and closed a stray tag in the comments HTML. Thanks to Jonathan Slenders for the report. Backport of r15642 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15644 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/templates/comments/400-debug.html | 2 ++ django/contrib/comments/templates/comments/base.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/django/contrib/comments/templates/comments/400-debug.html b/django/contrib/comments/templates/comments/400-debug.html index 29593b574b..7fd20416be 100644 --- a/django/contrib/comments/templates/comments/400-debug.html +++ b/django/contrib/comments/templates/comments/400-debug.html @@ -5,6 +5,7 @@ Comment post not allowed (400) diff --git a/django/contrib/comments/templates/comments/base.html b/django/contrib/comments/templates/comments/base.html index 0f58e3e6ec..c8b9517490 100644 --- a/django/contrib/comments/templates/comments/base.html +++ b/django/contrib/comments/templates/comments/base.html @@ -1,7 +1,7 @@ - + {% block title %}{% endblock %}