diff --git a/mythplugins/mytharchive/mythburn/scripts/mythburn.py b/mythplugins/mytharchive/mythburn/scripts/mythburn.py
index 80f80da..0dc9f44 100755
|
a
|
b
|
def createDVDAuthorXML(screensize, numberofitems):
|
| 2748 | 2748 | post .appendChild(dvddom.createTextNode("{g3=1;g2=1;jump menu 2;}")) |
| 2749 | 2749 | pgc.appendChild(post) |
| 2750 | 2750 | del post |
| | 2751 | else: |
| | 2752 | # If there's no intro, we need to jump to the next menu |
| | 2753 | post = dvddom.createElement("post") |
| | 2754 | post .appendChild(dvddom.createTextNode("{g3=1;g2=1;jump menu 2;}")) |
| | 2755 | pgc.appendChild(post) |
| | 2756 | del post |
| 2751 | 2757 | |
| 2752 | 2758 | while itemnum <= numberofitems: |
| 2753 | 2759 | write( "Menu page %s" % page) |