[go: up one dir, main page]

Menu

#79 PRIVATE: Subscribe HTML page (PR#134)

Postponed
closed
nobody
Web/CGI (248)
5
2000-09-12
2000-09-11
Anonymous
No

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

Discussion

  • Barry Warsaw

    Barry Warsaw - 2000-09-12
    • milestone: 100100 --> Postponed
    • labels: 100100 --> Web/CGI
    • status: open --> closed
     
  • Barry Warsaw

    Barry Warsaw - 2000-09-12

    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.

     

Log in to post a comment.