summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2001-09-25 13:15:44 +0000
committerlink <link@localhost>2001-09-25 13:15:44 +0000
commit9467676e522c3a5d637b4c51c19939c33438b99e (patch)
tree7d20ab2a27715b69c1fede28aeeccbd5f8858b0a
parent6dde29059b11461c82d350aa27296959f0bcddad (diff)
downloadmarkup-validator-9467676e522c3a5d637b4c51c19939c33438b99e.zip
markup-validator-9467676e522c3a5d637b4c51c19939c33438b99e.tar.gz
markup-validator-9467676e522c3a5d637b4c51c19939c33438b99e.tar.bz2
Add missing " />" on link element.
-rwxr-xr-xhtdocs/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/header.html b/htdocs/header.html
index 82a3498..4a340ac 100755
--- a/htdocs/header.html
+++ b/htdocs/header.html
@@ -4,14 +4,14 @@
<head>
<title><!--#echo var="title" --></title>
<link rev="made" href="mailto:gerald@w3.org" />
- <link rev="start" href="/" title="Home Page">
+ <link rev="start" href="/" title="Home Page" />
<style type="text/css" media="screen">@import "/base.css";</style>
<meta name="keywords" content="HTML, Hypertext Markup Language, Validation,
W3C HTML 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.6 2001-09-25 13:10:56 link Exp $ -->
+ <!-- SSI Template Version: $Id: header.html,v 1.7 2001-09-25 13:15:44 link Exp $ -->
</head>
<body>