- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Apr 2007 19:41:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv21507/htdocs
Modified Files:
footer.html header.html
Log Message:
Fix some relative links in non-toplevel documents.
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- footer.html 18 Apr 2007 08:02:33 -0000 1.15
+++ footer.html 19 Apr 2007 19:41:42 -0000 1.16
@@ -24,7 +24,7 @@
</a>
</p>
<p id="version_info">
- This is the W3C Markup Validator, <a href="whatsnew.html#t2007-04-19"><abbr title="version">v</abbr>0.8.0-beta1</a>.
+ This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2007-04-19"><abbr title="version">v</abbr>0.8.0-beta1</a>.
</p>
<p class="copyright">
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- header.html 12 Apr 2007 07:18:14 -0000 1.47
+++ header.html 19 Apr 2007 19:41:42 -0000 1.48
@@ -5,7 +5,7 @@
<head>
<title><!--#echo var="title" --></title>
<link rev="made" href="mailto:www-validator@w3.org" />
- <link rev="start" href="./" title="Home Page" />
+ <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" />
<style type="text/css" media="all">@import "<!--#echo var="relroot" -->style/base.css";
</style>
<script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/addclasskillclass.js"></script>
@@ -19,7 +19,7 @@
HTML validation service, based on an SGML parser." />
<meta name="revision" content="<!--#echo var="revision" -->" />
<!--#if expr="$feeds = 1" -->
- <link rel="alternate" type="application/atom+xml" href="whatsnew.atom" />
+ <link rel="alternate" type="application/atom+xml" href="<!--#echo var="relroot" -->whatsnew.atom" />
<!--#endif -->
<!-- SSI Template Version: $Id$ -->
Received on Thursday, 19 April 2007 19:41:54 UTC