Author: lukeplant Date: 2010-09-14 16:42:06 -0500 (Tue, 14 Sep 2010) New Revision: 13858
Modified: django/branches/releases/1.2.X/django/contrib/comments/templates/comments/base.html Log: [1.2.X] Fixed paste-o in [13855] Backport of [13857] from trunk Modified: django/branches/releases/1.2.X/django/contrib/comments/templates/comments/base.html =================================================================== --- django/branches/releases/1.2.X/django/contrib/comments/templates/comments/base.html 2010-09-14 21:40:23 UTC (rev 13857) +++ django/branches/releases/1.2.X/django/contrib/comments/templates/comments/base.html 2010-09-14 21:42:06 UTC (rev 13858) @@ -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"> -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
