Module: wine Branch: refs/heads/master Commit: a42f59dfe8e02401d24057240e75c939e9668f81 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a42f59dfe8e02401d2405724...
Author: Robert Shearman rob@codeweavers.com Date: Tue Feb 14 11:34:23 2006 +0100
tools/c2man.pl: Generate correct html.
---
tools/c2man.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/c2man.pl b/tools/c2man.pl index 7797e0c..436be9d 100755 --- a/tools/c2man.pl +++ b/tools/c2man.pl @@ -1341,7 +1341,7 @@ sub output_api_header($) if ($opt_output_format eq "h") { print OUTPUT "<!-- Generated file - DO NOT EDIT! -->\n"; - print OUTPUT "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n"; + print OUTPUT "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n"; print OUTPUT "<HTML>\n<HEAD>\n"; print OUTPUT "<LINK REL="StyleSheet" href="apidoc.css" type="text/css">\n"; print OUTPUT "<META NAME="GENERATOR" CONTENT="tools/c2man.pl">\n"; @@ -1368,7 +1368,7 @@ sub output_api_footer($) { print OUTPUT "<hr><p><i class="copy">Copyright © ".$year." The Wine Project.". " All trademarks are the property of their respective owners.". - " Visit <a HREF=http://www.winehq.org>WineHQ</a> for license details.". + " Visit <a href="http://www.winehq.org%5C%22%3EWineHQ</a> for license details.". " Generated $date.</i></p>\n</body>\n</html>\n"; } elsif ($opt_output_format eq "s")