missing DOCTYPE

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6240 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-09-10 22:27:52 +00:00
commit 983d899999
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>SWIG Users Manual</TITLE>

View file

@ -6,6 +6,7 @@ chs = open("chapters").readlines()
f = open("Contents.html","w")
print >>f, """
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>SWIG Users Manual</TITLE>