mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
Typo.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3518 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
4b7ac73c96
commit
3e44411e4b
2
gen.py
2
gen.py
@ -109,7 +109,7 @@ class XEPTable:
|
||||
<th align='left'>Status</th>
|
||||
<th align='left'>Date</th>
|
||||
</tr>''')
|
||||
self.tableFile.getElementsByTagName("table")[0].appendChild(col.getElementsByTagName("td")[0])
|
||||
self.tableFile.getElementsByTagName("table")[0].appendChild(header.getElementsByTagName("tr")[0])
|
||||
|
||||
def save(self):
|
||||
f = open(self.filename, "wb")
|
||||
|
Loading…
Reference in New Issue
Block a user