From 6f4e933fcc78da11ec43214efd3472192030eced Mon Sep 17 00:00:00 2001
From: Adrian Holovaty
Date: Sun, 1 Jul 2007 01:17:51 +0000
Subject: newforms-admin: Merged to [5571]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
django/newforms/forms.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'django/newforms/forms.py')
diff --git a/django/newforms/forms.py b/django/newforms/forms.py
index c15d26ece5..f87f950f04 100644
--- a/django/newforms/forms.py
+++ b/django/newforms/forms.py
@@ -159,7 +159,7 @@ class BaseForm(StrAndUnicode):
def as_p(self):
"Returns this form rendered as HTML s."
- return self._html_output(u'
%(label)s %(field)s%(help_text)s
', u'%s
', '
', u' %s', True)
+ return self._html_output(u'%(label)s %(field)s%(help_text)s
', u'%s', '', u' %s', True)
def non_field_errors(self):
"""
--
cgit v1.3