~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/rst2prettyhtml.py

  • Committer: Aaron Bentley
  • Date: 2006-09-29 18:58:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2127.
  • Revision ID: abentley@panoramicfeedback.com-20060929185843-6841128d849c46a2
Get page generation working

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    assert body is not None
19
19
    template=kid.Template(file=template_name, 
20
20
                          head=head, body=body)
21
 
    return (template.serialize())
 
21
    return (template.serialize(output="html"))
22
22
 
23
23
def safe_open(filename, mode):
24
24
    try: