git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3524 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-10-09 18:01:17 +00:00
parent fe66b91cac
commit 2a1209653d
1 changed files with 1 additions and 1 deletions

2
gen.py
View File

@ -131,7 +131,7 @@ class XEPTable:
self.tableFile.getElementsByTagName("table")[0].appendChild(self.tableFile.createTextNode('''
'''))
xeprow.setAttribute("id", "xep" + info.getNr())
xeprow.setAttribute("class", "tablebody " + info.getStatus())
xeprow.setAttribute("class", "tablebody XEP-" + info.getStatus())
else:
while(xeprow.hasChildNodes()):
xeprow.removeChild(xeprow.firstChild)