- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 07 Jun 2011 21:54:45 +0000
- To: markup-validator updates <www-validator-cvs@w3.org>
changeset: 3239:7f915d5476ad
tag: tip
user: tgambet
date: Tue Jun 07 17:54:34 2011 -0400
files: htdocs/no_referer.asis
description:
~ changed to absolute links
diff -r fa543e4ba714 -r 7f915d5476ad htdocs/no_referer.asis
--- a/htdocs/no_referer.asis Tue May 24 04:51:36 2011 +0200
+++ b/htdocs/no_referer.asis Tue Jun 07 17:54:34 2011 -0400
@@ -9,9 +9,9 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Validation Results - W3C Markup Validator</title>
<link rev="made" href="mailto:www-validator@w3.org" />
- <link rev="start" href="./" title="Home Page" />
- <style type="text/css" media="all">@import "./style/base";
- @import "./style/results";</style>
+ <link rev="start" href="/" title="Home Page" />
+ <style type="text/css" media="all">@import "/style/base";
+ @import "/style/results";</style>
<meta name="keywords" content="HTML, HyperText Markup Language, Validation,
W3C Markup Validation Service" />
@@ -22,8 +22,8 @@
<div id="banner">
<h1 id="title">
- <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/no_w3c.png" /></a>
- <a href="./"><span>Markup Validation Service</span></a>
+ <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" /></a>
+ <a href="/"><span>Markup Validation Service</span></a>
</h1>
<p id="tagline">Check the markup (HTML, XHTML) of Web documents</p>
Received on Tuesday, 7 June 2011 21:54:46 UTC