diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-09-14 21:42:06 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-09-14 21:42:06 +0000 |
| commit | d443d1606388f2c60add3b050a5da4a8e56e153b (patch) | |
| tree | d2ee649f833bdf418e840404799db444c645e70e | |
| parent | efae9a166bc273253990ce34963d4fa715f3077d (diff) | |
[1.2.X] Fixed paste-o in [13855]
Backport of [13857] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/comments/templates/comments/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/comments/templates/comments/base.html b/django/contrib/comments/templates/comments/base.html index b787246c9c..0f58e3e6ec 100644 --- a/django/contrib/comments/templates/comments/base.html +++ b/django/contrib/comments/templates/comments/base.html @@ -1,5 +1,4 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
