Jitterbug-Id: 134
Submitted-By: simon@surf.org.uk
Date: Tue, 28 Sep 1999 09:56:10 -0400 (EDT)
Version: 1.0b11
OS: FreeBSD
I have no doubt this is probably fixed but I couldnt find it
in jitterbug.
Subscribe result has HTML head and body tags inserted before using the
users configured version.
Way I fixed (sorry not a diff)
def main():
#doc = htmlformat.Document()
doc = htmlformat.HeadlessDocument()
if not os.environ.has_key("PATH_INFO"):
and
def PrintResults(list, results, doc):
.
.
doc.AddItem(output)
#print doc.Format(bgcolor="#ffffff")
print doc.Format()
list.Unlock()
sys.exit(0)
====================================================================
Audit trail:
None
It's a valid complaint, especially since the subscribe page has two <body></body> tags. However I'm postponing this bug report until after the 2.0 release, when the entire web interface should get an overhaul.