diff options
Diffstat (limited to 'Mailman/htmlformat.py')
| -rw-r--r-- | Mailman/htmlformat.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/htmlformat.py b/Mailman/htmlformat.py index ddb6ac229..9a55cb95a 100644 --- a/Mailman/htmlformat.py +++ b/Mailman/htmlformat.py @@ -18,13 +18,13 @@ """Library for program-based construction of an HTML documents. Encapsulate HTML formatting directives in classes that act as containers -for python and, recursively, for nested HTML formatting objects.""" +for python and, recursively, for nested HTML formatting objects. +""" -__version__ = "$Revision: 635 $" # Eventually could abstract down to HtmlItem, which outputs an arbitrary html -# object given start / end tags, valid options, and a value. -# Ug, objects shouldn't be adding their own newlines. The next object should. +# object given start / end tags, valid options, and a value. Ug, objects +# shouldn't be adding their own newlines. The next object should. import string, types |
