summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2002-10-25 19:56:03 +0000
committerlink <link@localhost>2002-10-25 19:56:03 +0000
commitf72c8e9aa0b338f129060f706594e2a64beda109 (patch)
tree68616e1b7904292509167ad16491a45a0708132b
parente936579aaebdbd17a26e6358ad4ce33b9055ee09 (diff)
downloadmarkup-validator-f72c8e9aa0b338f129060f706594e2a64beda109.zip
markup-validator-f72c8e9aa0b338f129060f706594e2a64beda109.tar.gz
markup-validator-f72c8e9aa0b338f129060f706594e2a64beda109.tar.bz2
Change "screen" to "all" in stylesheet reference. Thanks to Christoph
Paeper and Bjoern Hoehrmann.
-rwxr-xr-xhtdocs/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/header.html b/htdocs/header.html
index 8a5a5b6..9931eaa 100755
--- a/htdocs/header.html
+++ b/htdocs/header.html
@@ -6,13 +6,13 @@
<title><!--#echo var="title" --></title>
<link rev="made" href="mailto:www-validator@w3.org" />
<link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" />
- <style type="text/css" media="screen">@import "<!--#echo var="relroot" -->base.css";</style>
+ <style type="text/css" media="all">@import "<!--#echo var="relroot" -->base.css";</style>
<meta name="keywords" content="HTML, Hypertext Markup Language, Validation,
W3C MarkUp Validation Service" />
<meta name="description" content="W3C's easy-to-use
HTML validation service, based on an SGML parser." />
<meta name="revision" content="<!--#echo var="revision" -->" />
- <!-- SSI Template Version: $Id: header.html,v 1.16 2002-10-25 19:34:40 link Exp $ -->
+ <!-- SSI Template Version: $Id: header.html,v 1.17 2002-10-25 19:56:03 link Exp $ -->
</head>
<body>