--- latex2html-2008/latex2html.pin 2010-03-08 13:47:57.000000000 +0900 +++ latex2html-2008.new/latex2html.pin 2010-03-08 14:10:34.000000000 +0900 @@ -7179,16 +7179,18 @@ , "* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan" , "* with significant contributions from:" , " Jens Lippmann, Marek Rouchal, Martin Wilck and others" - . " -->\n\n\n".$title."" - , &meta_information($title) + . " -->\n" + ,"\n\n\n" , ($CHARSET && $HTML_VERSION ge "2.1" ? "" : "" ) , $LATEX2HTML_META + , &meta_information($title) , ($BASE ? "" : "" ) , $STYLESHEET_CASCADE , ($STYLESHEET ? "" : '' ) , $more_links_mark + , "".$title."\n" , "" , ($before_body? $before_body : '') , "", ''); }