mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-25 02:32:18 -05:00
Some fix.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3554 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
612d2de142
commit
a0d1a8f6d9
2
gen.py
2
gen.py
@ -136,7 +136,7 @@ class XEPTable:
|
|||||||
while(xeprow.hasChildNodes()):
|
while(xeprow.hasChildNodes()):
|
||||||
xeprow.removeChild(xeprow.firstChild)
|
xeprow.removeChild(xeprow.firstChild)
|
||||||
|
|
||||||
col = parseString('''<td valign='top'><a href='xep-''' + info.getNr() + ".html'>XEP-" + info.getNr() + '''</a> <a href='xep-''' + info.getNr() + '''.pdf'>(PDF)</a></td>''')
|
col = parseString('''<td valign='top'><a href='xep-''' + info.getNr() + ".html'>XEP-" + info.getNr() + '''</a> <a href='xep-''' + info.getNr() + '''.pdf'>(PDF)</a></td>''')
|
||||||
xeprow.appendChild(col.getElementsByTagName("td")[0])
|
xeprow.appendChild(col.getElementsByTagName("td")[0])
|
||||||
|
|
||||||
col = parseString("<td valign='top'>" + info.getTitle() + "</td>")
|
col = parseString("<td valign='top'>" + info.getTitle() + "</td>")
|
||||||
|
Loading…
Reference in New Issue
Block a user