diff options
author | ville <ville@localhost> | 2010-01-06 22:11:29 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-01-06 22:11:29 +0000 |
commit | 96cd19ce41cf7766c8413a3aaf83bde2193b399f (patch) | |
tree | b5f6e9dd31db37236d19af5c21429ac131278ce3 | |
parent | f5373548b9e6b79122cfa6d37ce04f784c142dd7 (diff) | |
download | markup-validator-96cd19ce41cf7766c8413a3aaf83bde2193b399f.zip markup-validator-96cd19ce41cf7766c8413a3aaf83bde2193b399f.tar.gz markup-validator-96cd19ce41cf7766c8413a3aaf83bde2193b399f.tar.bz2 |
Make link to base.css relative.
-rwxr-xr-x | htdocs/dev/tests/colons.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/dev/tests/colons.html b/htdocs/dev/tests/colons.html index 5a0d58a..e93993d 100755 --- a/htdocs/dev/tests/colons.html +++ b/htdocs/dev/tests/colons.html @@ -4,9 +4,9 @@ <head> <title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title> <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="/base.css" /> - <meta name="revision" content="$Id: colons.html,v 1.2 2003-05-24 20:32:46 link Exp $" /> - <meta name="modified" content="$Date: 2003-05-24 20:32:46 $" /> + <link rel="stylesheet" type="text/css" href="../../base.css" /> + <meta name="revision" content="$Id: colons.html,v 1.3 2010-01-06 22:11:29 ville Exp $" /> + <meta name="modified" content="$Date: 2010-01-06 22:11:29 $" /> </head> <body> @@ -21,7 +21,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Webmaster</a><br /> - $Date: 2003-05-24 20:32:46 $ + $Date: 2010-01-06 22:11:29 $ </address> </body> |