Changed to use local validator tool
authorKristian Kræmmer Nielsen <jkkn@jkkn.dk>
Mon, 22 Sep 2008 14:49:09 +0000 (16:49 +0200)
committerKristian Kræmmer Nielsen <jkkn@jkkn.dk>
Mon, 22 Sep 2008 14:49:09 +0000 (16:49 +0200)
content/tv2developer.js
version

index 91eb0df7c26f0e20c439517070ffe9b63028aad4..77d1aff24dcc4b4e12ab182f3fa125a6b0de2241 100644 (file)
@@ -492,7 +492,7 @@ var TV2Developer = {
         links.push(new this.TV2LinkWithLabel('link_query', TV2Util.getStr('nodeQueryTool'), 'http://i2.opdatering.tv2.dk/tool/query/', TV2Util.getStr('nodeQueryTool.accesskey')));
         links.push(new this.TV2LinkWithLabel('tango/entry', TV2Util.getStr('tangoInterface'), 'http://i2.opdatering.tv2.dk/tango/', TV2Util.getStr('tangoInterface.accesskey')));
         links.push(new this.TV2LinkWithLabel('w3c', TV2Util.getStr('w3c'),
-            'http://validator.w3.org/check?uri=' + encodedURL, TV2Util.getStr('w3c.accesskey')));
+            'http://validator.jkkn.net/check?uri=' + encodedURL, TV2Util.getStr('w3c.accesskey')));
         links.push(new this.TV2LinkWithLabel('flushcache', TV2Util.getStr('flushCache'),
            '-', TV2Util.getStr('flushCache.accesskey'), 'flushCache'));
 
diff --git a/version b/version
index af88ba824866fdf61bd6e3c8f83203f5d93d062b..bc859cbd6d998ecfd13ee4c49cd5da054afb36ad 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.11.1
+0.11.2