diff --git a/gen.py b/gen.py index 919de466..0b650ad4 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() + "")