Fixed a typo.

This commit is contained in:
Thomas Gideon 2010-11-09 11:48:34 -05:00
parent f60e22bdf7
commit d4b73ac202
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ echo "Tidied contents.xml"
# xalan doesn't handle ns well, stripp them
sed -e "s/ xmlns=\".*\"//g" -i contents.xml
# xalan also doesn't handle imports, which shouldn't be necessary anyway
sed -e "s/ standlone=\"no\"//g" -i contents.xml
sed -e "s/ standalone=\"no\"//g" -i contents.xml
# use grep to figure out which xsl to use
grep "<lit>[0-9]\{2\}:[0-9]\{2\}</lit>" contents.xml > /dev/null