diff options
Diffstat (limited to 'cgi/options')
| -rwxr-xr-x | cgi/options | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/options b/cgi/options index 930153f7f..ecbcd497b 100755 --- a/cgi/options +++ b/cgi/options @@ -6,7 +6,7 @@ Takes listname/userid in PATH_INFO, expecting an "obscured" userid. (Depending on the mm_utils.{O,Uno}bscureEmail utilities tolerance, will work fine with an unobscured ids as well.)""" -__version__ = "$Revision: 388 $" +__version__ = "$Revision: 405 $" # We don't need to lock in this script, because we're never going to change # data. @@ -23,7 +23,7 @@ try: except IOError: pass # Oh well - SOL on redirect, errors show thru. -doc = htmlformat.Document() +doc = htmlformat.HeadlessDocument() path = os.environ['PATH_INFO'] list_info = mm_utils.GetPathPieces(path) |
