--- a/rdf-primer/index.html Sun Dec 15 23:59:00 2013 +0100
+++ b/rdf-primer/index.html Mon Dec 16 00:05:35 2013 +0100
@@ -693,7 +693,7 @@
<p>Lines 8-12 show how Turtle provides a shorthand for a set of
triples with the same subject. Lines 9-12 specify the predicate-object
-part of triples with <code>http://example.org/bob#me</code> as
+part of triples with <code><http://example.org/bob#me></code> as
subject. The semicolons at the end of lines 9-11 indicate that the
set is not yet complete. The triple represented by line 10 looks in
its expanded form like this (see the <a href="#subsection-ntriples">N-Triples example</a>