From a42f59dfe8e02401d24057240e75c939e9668f81 Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Tue, 14 Feb 2006 11:34:23 +0100 Subject: [PATCH] tools/c2man.pl: Generate correct html. --- tools/c2man.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/c2man.pl b/tools/c2man.pl index 7797e0cd6d4..436be9dfb49 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 "\n"; - print OUTPUT "\n"; + print OUTPUT "\n"; print OUTPUT "\n\n"; print OUTPUT "\n"; print OUTPUT "\n"; @@ -1368,7 +1368,7 @@ sub output_api_footer($) { print OUTPUT "

Copyright © ".$year." The Wine Project.". " All trademarks are the property of their respective owners.". - " Visit WineHQ for license details.". + " Visit WineHQ for license details.". " Generated $date.

\n\n\n"; } elsif ($opt_output_format eq "s")