mirror of
https://github.com/moparisthebest/xeps
synced 2025-03-11 06:50:01 -04: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'>Status</th>
|
||||||
<th align='left'>Date</th>
|
<th align='left'>Date</th>
|
||||||
</tr>''')
|
</tr>''')
|
||||||
self.tableFile.getElementsByTagName("table")[0].appendChild(col.getElementsByTagName("td")[0])
|
self.tableFile.getElementsByTagName("table")[0].appendChild(header.getElementsByTagName("tr")[0])
|
||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
f = open(self.filename, "wb")
|
f = open(self.filename, "wb")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user