fixed transition from HTML 3.2 to 4.0: there was a bug (badly placed

lcRawHtml) which prevented cc_anchor_link to crosslink
This commit is contained in:
Andreas Meyer 2007-01-23 15:48:00 +00:00
parent 1ec1875a01
commit 1185d08606
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
\newcommand{\lciHtmlFileHeader}[1]{%
\lciHtmlFileHeaderX{#1}{\lciExtractHtmlRelease}{\lciInputFilename}}
\newcommand{\lciHtmlFileHeaderX}[3]{%
\lcRawHtml{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
\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. -->
<!-- by cc_extract_html, #XC2 -->
<!-- LaTeX source file: '#XC3' -->
@ -52,9 +52,9 @@
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">}
\lciFileSpecificCSS%
<title>}#1\lcRawHtml{</title>
\lcRawHtml{<title>}#1\lcRawHtml{</title>
</head>
\lcRawHtml{<body }\lcBodyAttributes\lcRawHtml{>
<body }\lcBodyAttributes\lcRawHtml{>
<!-- =================================================================== -->
}}