diff --git a/docs/newforms.txt b/docs/newforms.txt index ee54566184..d54ea19d6e 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -100,10 +100,10 @@ it and ``print`` it:: >>> f = ContactForm() >>> print f - - - - + + + + This default output is a two-column HTML table, with a ```` for each field. Notice the following: @@ -176,12 +176,12 @@ calls its ``as_table()`` method behind the scenes:: >>> f = ContactForm() >>> f.as_table() - u'\n\n\n' + u'\n\n\n' >>> print f.as_table() - - - - + + + + Configuring HTML ``