diff --git a/gen.py b/gen.py index 2bfc84c6..10c4c064 100755 --- a/gen.py +++ b/gen.py @@ -136,7 +136,7 @@ class XEPTable: while(xeprow.hasChildNodes()): xeprow.removeChild(xeprow.firstChild) - col = parseString('''XEP-" + info.getNr() + '''(PDF)''') + col = parseString('''XEP-" + info.getNr() + '''(PDF)''') xeprow.appendChild(col.getElementsByTagName("td")[0]) col = parseString("" + info.getTitle() + "")