Corrected use of angle brackets in ASN example (not valid XHTML)
authorSimon Miles <simon.miles@kcl.ac.uk>
Thu, 08 Dec 2011 15:56:55 +0000
changeset 1207 2d7fef75a8be
parent 1206 8eaf99f64b34
child 1208 1c484cf79f88
Corrected use of angle brackets in ASN example (not valid XHTML)
primer/Primer.html
--- a/primer/Primer.html	Thu Dec 08 15:27:58 2011 +0000
+++ b/primer/Primer.html	Thu Dec 08 15:56:55 2011 +0000
@@ -897,7 +897,7 @@
     <h3>Agents</h3>
     <pre class="example asn">
      entity(ex1:derek, [ type="foaf:Person", foaf:givenName = "Derek", 
-            foaf:mbox= "<mailto:derek@example.org>"]).
+            foaf:mbox= "&lt;mailto:derek@example.org&gt;"]).
      agent(ex1:derek).
 
      wasControlledBy(ex1:aggregated, ex1:derek).