fix XHTML validation issue: remove invalid <code> around <pre> elements
authorscor <scorlosquet@gmail.com>
Mon, 02 Aug 2010 12:33:45 -0400
changeset 58 83b0d13e3aa6
parent 57 74c7a268787a
child 59 fba2edac90f1
child 61 a11ecba55d76
fix XHTML validation issue: remove invalid <code> around <pre> elements
index-respec.html
--- a/index-respec.html	Mon Aug 02 11:29:18 2010 -0400
+++ b/index-respec.html	Mon Aug 02 12:33:45 2010 -0400
@@ -418,12 +418,12 @@
 dereference-able and result in a document containing RDF data. For example, 
 the certificate would contain <code>http://example.org/webid#public</code>,
 known as a <tref>WebID URI</tref>, as the <code>Subject Alternative Name</code>:
-<code><pre>
+<pre>
 X509v3 extensions:
    ...
    X509v3 Subject Alternative Name:
       URI:http://example.org/webid#public
-</pre></code>
+</pre>
 
 <dt><tdef>WebID URI</tdef></dt>
 <dd>A URI specified via the <code>Subject Alternative Name</code> extension
@@ -564,7 +564,7 @@
 </p>
 The following SPARQL query outlines one way in which the <tref>public key</tref>
 could be extracted from the <tref>WebID Profile</tref>:
-<code><pre>
+<pre class='example'>
 PREFIX cert: &lt;http://www.w3.org/ns/auth/cert#&gt;
 PREFIX rsa: &lt;http://www.w3.org/ns/auth/rsa#&gt;
 SELECT ?modulus ?exp
@@ -574,7 +574,7 @@
       rsa:modulus [ cert:hex ?modulus; ];
       rsa:public_exponent [ cert:decimal ?exp ] .
 }
-</pre></code>
+</pre>
 
 <p class="issue">This section still needs more information.</p>