From 2a1209653dcf55752643cf0e67e2ba489e3a2b91 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Fri, 9 Oct 2009 18:01:17 +0000 Subject: [PATCH] Typo. git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3524 4b5297f7-1745-476d-ba37-a9c6900126ab --- gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.py b/gen.py index 2a2ab041..2cf67040 100755 --- a/gen.py +++ b/gen.py @@ -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)