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:
parent
847a59246b
commit
983d899999
2 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>SWIG Users Manual</TITLE>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue