mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-11 20:05:00 -05:00
Set class attribute on changes.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3558 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d5efc6f99f
commit
72cc9def59
1
gen.py
1
gen.py
@ -134,6 +134,7 @@ class XEPTable:
|
||||
xeprow.setAttribute("id", "xep" + info.getNr())
|
||||
xeprow.setAttribute("class", "tablebody XEP-" + info.getStatus())
|
||||
else:
|
||||
xeprow.setAttribute("class", "tablebody XEP-" + info.getStatus())
|
||||
while(xeprow.hasChildNodes()):
|
||||
xeprow.removeChild(xeprow.firstChild)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user