~ubuntu-branches/ubuntu/hardy/moin/hardy

« back to all changes in this revision

Viewing changes to MoinMoin/macro/TableOfContents.py

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-05-14 15:55:15 UTC
  • mfrom: (0.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514155515-apl4srcch40h9fcx
Tags: 1.5.7-3ubuntu1
* Merge from debian unstable, remaining changes:
  - 11000_show_traceback_toggle.patch: allow for 'show_traceback=0' in
    Moin configurations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
                else:
102
102
                    # no pagename?  ignore it
103
103
                    continue
104
 
                if tmp.group("heading"):
 
104
                if tmp.group("heading") and tmp.group("hquote"):
105
105
                    if tmp.group("htext"):
106
106
                        heading = tmp.group("htext")
107
107
                    else: