--- a/trig/index.html Fri Apr 05 23:54:05 2013 +0200
+++ b/trig/index.html Fri Apr 05 23:57:47 2013 +0200
@@ -3,7 +3,7 @@
<head>
<title>TriG</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
-
+ <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' class='remove'></script>
<script src='https://www.w3.org/Tools/respec/respec-w3c-common'
class='remove'></script>
<script src='https://dvcs.w3.org/hg/rdf/raw-file/default/ReSpec.js/bibref/biblio.js' class='remove'></script>
@@ -93,9 +93,11 @@
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
- wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status",
- doRDFa: true,
- preProcess: [ preprocessTrig ]
+ wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status",
+
+ // the code below is commented out because it generates HTML validation errors
+ // doRDFa: true,
+ // preProcess: [ preprocessTrig ]
};
</script>
</head>