summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1997-05-10 20:41:11 +0000
committerjfieber <jfieber@FreeBSD.org>1997-05-10 20:41:11 +0000
commitaa23f2cb92055060e03c5d72f21a31b0df6d0a26 (patch)
tree814a8414f766940b3eee3c82022814c523735468
parentee5122fbb9e85d1b545654bad2653884e183c053 (diff)
downloadFreeBSD-src-aa23f2cb92055060e03c5d72f21a31b0df6d0a26.zip
FreeBSD-src-aa23f2cb92055060e03c5d72f21a31b0df6d0a26.tar.gz
Use HTML 3.2 Final for the HTML doctype declaration.
-rwxr-xr-xusr.bin/sgmlfmt/sgmlfmt.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sgmlfmt/sgmlfmt.pl b/usr.bin/sgmlfmt/sgmlfmt.pl
index 2c5503d..9588cf0 100755
--- a/usr.bin/sgmlfmt/sgmlfmt.pl
+++ b/usr.bin/sgmlfmt/sgmlfmt.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: sgmlfmt.pl,v 1.17.2.2 1997/02/07 02:47:27 jfieber Exp $
+# $Id: sgmlfmt.pl,v 1.24 1997/05/10 01:25:50 jfieber Exp $
# Copyright (C) 1996
# John R. Fieber. All rights reserved.
@@ -186,7 +186,7 @@ $m_depth = 2; # depth of menus
$sc = 0; # section counter
$filecount = 0; # file counter
-$doctype = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 3.2//EN\">";
+$doctype = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">";
$BODY = "<BODY text=\"#000000\" bgcolor=\"#ffffff\">";
# Other variables:
OpenPOWER on IntegriCloud