We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc4e79 commit ce721cbCopy full SHA for ce721cb
1 file changed
css2/bin/xextr
@@ -6,7 +6,7 @@
6
# and put their contents into separate files
7
#
8
# Arnaud Le Hors - lehors@w3.org
9
-# $Id: xextr,v 1.4 1998-05-19 20:51:22 ijacobs Exp $
+# $Id: xextr,v 1.5 2002-08-02 19:31:41 bbos Exp $
10
11
$PROGNAME = substr($0, rindex($0, "/") + 1);
12
@@ -56,7 +56,7 @@ sub process_html_block {
56
$doctype =
57
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">";
58
} else {
59
- $doctype = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">";
+ $doctype = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">";
60
if (!($_ = $block, /<head>/i) &&
61
(substr($block, 0, 1) ne "<" ||
62
substr($block, 0, 2) eq "<!" ||
0 commit comments