diff options
| author | bwarsaw | 1998-06-19 20:12:49 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-19 20:12:49 +0000 |
| commit | 5113d62a2eab16dd94a23bb2adb82b14d0d863ea (patch) | |
| tree | 7df8dc6a426499eec941f980b12f51d98d54e638 /Mailman/htmlformat.py | |
| parent | 169ecadad0a1df37300e590f2be3b5baa17167c0 (diff) | |
| download | mailman-5113d62a2eab16dd94a23bb2adb82b14d0d863ea.tar.gz mailman-5113d62a2eab16dd94a23bb2adb82b14d0d863ea.tar.zst mailman-5113d62a2eab16dd94a23bb2adb82b14d0d863ea.zip | |
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 |
