diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-07-30 13:31:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-07-30 13:31:23 +0000 |
commit | 1b7d5ca91158672a79aed729d3a0a5714b28553d (patch) | |
tree | aa897cc613c5955c346143756501e0c7c92e7685 /indexgen.sh | |
parent | 8c38ceae4425e5909b9cc01691ad16c19aed5c76 (diff) | |
download | fetchmail-1b7d5ca91158672a79aed729d3a0a5714b28553d.tar.gz fetchmail-1b7d5ca91158672a79aed729d3a0a5714b28553d.tar.bz2 fetchmail-1b7d5ca91158672a79aed729d3a0a5714b28553d.zip |
XML headers everywhere.
svn path=/trunk/; revision=3682
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-x | indexgen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indexgen.sh b/indexgen.sh index 98413ec9..d1480382 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -41,6 +41,7 @@ gpg --detach-sign --armor fetchmail-$version.tar.gz EOF cat >index.html <<EOF +<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> |