From 4b11b43d0b2eac4e346d597360982103bae2b698 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 7 Jul 2006 03:57:50 +0000 Subject: [PATCH] Fixed #2283 -- Fixed XHTML-strict validation error in comment templates git-svn-id: http://code.djangoproject.com/svn/django/trunk@3283 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/templates/comments/form.html | 4 +++- django/contrib/comments/templates/comments/freeform.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/django/contrib/comments/templates/comments/form.html b/django/contrib/comments/templates/comments/form.html index 3e171b1e67..4a6b5fc320 100644 --- a/django/contrib/comments/templates/comments/form.html +++ b/django/contrib/comments/templates/comments/form.html @@ -28,9 +28,11 @@


+

-

+ +

{% endif %} diff --git a/django/contrib/comments/templates/comments/freeform.html b/django/contrib/comments/templates/comments/freeform.html index 99a02b4d97..f0d00b91c7 100644 --- a/django/contrib/comments/templates/comments/freeform.html +++ b/django/contrib/comments/templates/comments/freeform.html @@ -3,9 +3,11 @@


+

-

+ +

{% endif %}