Update DOCTYPE of generated HTML files.

This commit is contained in:
Sylvain Pion 2007-01-07 15:09:27 +00:00
parent 4b003b8c3f
commit cef6858891
3 changed files with 7 additions and 6 deletions

View File

@ -390,8 +390,8 @@ sub result_filename($)
sub print_little_header(){ sub print_little_header(){
print OUTPUT<<"EOF"; print OUTPUT<<"EOF";
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML> <html lang="en-US">
<HEAD><TITLE>${release_name} Test Results</TITLE> <HEAD><TITLE>${release_name} Test Results</TITLE>
<link rel="shortcut icon" href="http://www.cgal.org/cgal.ico" /> <link rel="shortcut icon" href="http://www.cgal.org/cgal.ico" />
<LINK REL=stylesheet HREF="testresult.sty"> <LINK REL=stylesheet HREF="testresult.sty">

View File

@ -1604,8 +1604,9 @@ TD.error A:link {color: rgb(0%,0%,100%)}
TD.error A:visited {color: rgb(80%,0%,100%)} TD.error A:visited {color: rgb(80%,0%,100%)}
EOF EOF
cat > testsuite/index.html <<EOF cat > testsuite/index.html <<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>CGAL Manual Test-Suite Results</title> <html lang="en-US">
<head><title>CGAL Manual Test-Suite Results</title>
<link href="testresult.css" rel="stylesheet"></head> <link href="testresult.css" rel="stylesheet"></head>
<body> <body>

View File

@ -44,11 +44,11 @@
\newcommand{\lciHtmlFileHeader}[1]{% \newcommand{\lciHtmlFileHeader}[1]{%
\lciHtmlFileHeaderX{#1}{\lciExtractHtmlRelease}{\lciInputFilename}} \lciHtmlFileHeaderX{#1}{\lciExtractHtmlRelease}{\lciInputFilename}}
\newcommand{\lciHtmlFileHeaderX}[3]{% \newcommand{\lciHtmlFileHeaderX}[3]{%
\lcRawHtml{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> \lcRawHtml{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- Page automatically generated from latex_to_html converter. --> <!-- Page automatically generated from latex_to_html converter. -->
<!-- by cc_extract_html, #XC2 --> <!-- by cc_extract_html, #XC2 -->
<!-- LaTeX source file: '#XC3' --> <!-- LaTeX source file: '#XC3' -->
<html> <head> <html lang="en-US"> <head>
<title>}#1\lcRawHtml{</title> <title>}#1\lcRawHtml{</title>
</head> </head>
<link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">} <link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">}