html element error corrected
authorGuus Schreiber <guus.schreiber@vu.nl>
Fri, 03 Jan 2014 16:51:13 +0100
changeset 1732 a948246bda38
parent 1731 3e264d030c0b
child 1733 40fac8ed13eb
html element error corrected
Eric's name generates RDFa error: put in entity ref
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Jan 03 16:37:09 2014 +0100
+++ b/rdf-turtle/index.html	Fri Jan 03 16:51:13 2014 +0100
@@ -1,8 +1,8 @@
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
     <head>
 	<title>RDF 1.1 Turtle</title>
-	<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
+	<meta charset=utf-8'/>
 	<script src="../local-biblio.js" class="remove"></script>
 	<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>
@@ -63,7 +63,7 @@
 	  // editors, add as many as you like
 	  // only "name" is required
 	  editors:  [
-	      { name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
+	      { name: "Eric Prud&apos;hommeaux", url: "http://www.w3.org/People/Eric/",
 		company: "W3C", companyURL: "http://www.w3.org/" },
 	      { name: "Gavin Carothers", url: "http://gavin.carothers.name/",
 		company: "Lex Machina, Inc", companyURL: "http://lexmachina.com/"},
@@ -77,7 +77,7 @@
 	      { name: "David Beckett", url: "http://www.dajobe.org/" },
 	      { name: "Tim Berners-Lee", url: "http://www.w3.org/People/Berners-Lee/",
 		company: "W3C", companyURL: "http://www.w3.org/" },
-	      { name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
+	      { name: "Eric Prud&apos;hommeaux", url: "http://www.w3.org/People/Eric/",
 		company: "W3C", companyURL: "http://www.w3.org/" },
 	      { name: "Gavin Carothers", url: "http://gavin.carothers.name/",
 		company: "Lex Machina, Inc", companyURL: "http://lexmachina.com/"},