Remove XML declaration because it doesn't combine nicely with SHTMLs.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3519 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-10-09 16:38:06 +00:00
parent 3e44411e4b
commit a46bb8bbc9
1 changed files with 1 additions and 1 deletions

2
gen.py
View File

@ -320,7 +320,7 @@ def main(argv):
buildXEP( xep )
commands.getstatusoutput("cp extensions.xhtml " + XEPPATH + "/../includes/xeplist.txt")
commands.getstatusoutput("sed -i '1d' " + XEPPATH + "/../includes/xeplist.txt")
commands.getstatusoutput("sed -i -e '1s/<?[^?]*?>//' " + XEPPATH + "/../includes/xeplist.txt")
saveDict(BUILDDICT, last_build)