[gtk-web] Don't use curlybeast for html/css validation links
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web] Don't use curlybeast for html/css validation links
- Date: Thu, 2 Jun 2011 09:49:19 +0000 (UTC)
commit 6b8e6bce79ce9cf8cd4644a2bc6cd8fac81de6d9
Author: Martyn Russell <martyn lanedo com>
Date: Thu Jun 2 10:48:52 2011 +0100
Don't use curlybeast for html/css validation links
That server was used for testing
template.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/template.php b/template.php
index a799101..7513156 100755
--- a/template.php
+++ b/template.php
@@ -292,7 +292,7 @@ pre {
<div id="footer">
<pre style="display: none;"><!-- For Lynx --></pre>
<span>Copyright © 2007-2011 The GTK+ Team</span><?php if (!isset($_GET['production'])) { ?> |
- <span>Valid <a href="http://validator.w3.org/check?uri=http://<?php echo htmlentities("curlybeast.net:8080".$_SERVER['REQUEST_URI']); ?>&charset=utf-8&doctype=Inline&group=0">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo htmlentities("curlybeast.net:8080"); ?>/css/global.css&profile=css21&usermedium=all&warning=1&lang=en">CSS</a></span>
+ <span>Valid <a href="http://validator.w3.org/check?uri=http://<?php echo htmlentities("gtk.org".$_SERVER['REQUEST_URI']); ?>&charset=utf-8&doctype=Inline&group=0">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo htmlentities("gtk.org"); ?>/css/global.css&profile=css21&usermedium=all&warning=1&lang=en">CSS</a></span>
<?php if( !isset($nofeedback) ) { ?>
<?php } ?>
<?php } ?>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]