diff options
| author | John Fieber <jfieber@FreeBSD.org> | 1996-03-26 13:26:53 +0000 |
|---|---|---|
| committer | John Fieber <jfieber@FreeBSD.org> | 1996-03-26 13:26:53 +0000 |
| commit | 7b36c4a152a5cae7b1ece3e48a075a0059de7e28 (patch) | |
| tree | 72d6c2a665b9fe06ffb65d927f35630b3da9d07d /usr.bin | |
| parent | e73228724fb9151e50dea0d696cd00e099566307 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rwxr-xr-x | usr.bin/sgmlfmt/sgmlfmt.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sgmlfmt/sgmlfmt.pl b/usr.bin/sgmlfmt/sgmlfmt.pl index 30db8a6e588bb..e2f0cc9084ee8 100755 --- a/usr.bin/sgmlfmt/sgmlfmt.pl +++ b/usr.bin/sgmlfmt/sgmlfmt.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: sgmlfmt.pl,v 1.7 1995/09/22 18:24:32 jfieber Exp $ +# $Id: sgmlfmt.pl,v 1.8 1995/10/07 22:28:34 jfieber Exp $ # Format an sgml document tagged according to the linuxdoc DTD. # by John Fieber <jfieber@freebsd.org> for the FreeBSD documentation @@ -394,7 +394,7 @@ sub html2html { $footer[$st_ol[$sc]] .= "<!--#include virtual=\"./$fileroot.ftr$st_ol[$sc]\" -->"; } - $footer[$st_ol[$sc]] .= "\n</BODY>\n</HTML>"; + $footer[$st_ol[$sc]] .= "\n</BODY>\n</HTML>\n"; } # Add this to the master table of contents @@ -568,7 +568,7 @@ sub html2html { } } - print tocfile "</HTML>"; + print tocfile "</HTML>\n"; open(SECOUT, ">$fileroot.html"); print SECOUT "$header[0] $text[0] $footer[0]"; close(SECOUT); |
