Make the code validate again.
[xhtml11_quickref.git] / xhtml11_quick_reference_by_examples.html
index 557a473..e3522ad 100644 (file)
@@ -395,7 +395,7 @@ They are all style-able.
   <address>
   Antonio is from<br/>
   <a title="Naples, Italy" 
-    href="http://maps.google.com/maps?f=q&source=s_q&hl=it&geocode=&q=naples,+IT&sll=26.160677,-81.795616&sspn=0.137744,0.265045&ie=UTF8&ll=40.869911,14.252701&spn=0.232099,0.53009&z=11&iwloc=A">Naples, Italy</a>,
+    href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=naples,+IT&amp;sll=26.160677,-81.795616&amp;sspn=0.137744,0.265045&amp;ie=UTF8&amp;ll=40.869911,14.252701&amp;spn=0.232099,0.53009&amp;z=11&amp;iwloc=A">Naples, Italy</a>,
   a strange, still beautiful, city.<br/>
   His website is at <a title="ao2: attacchi teoristici" href="http://ao2.it">ao2.it</a>
   </address>
@@ -421,10 +421,10 @@ They are all style-able.
 
   <dt>dfn</dt>
   <dd>I wonder how much my silly definition of happiness:
-  <blockquote>
+  <blockquote><p>
     <dfn>Happiness</dfn> is the limit of our mood function when “how I currently feel” approaches
     to “how I want to feel”
-  </blockquote>
+  </p></blockquote>
   is flawed...
   </dd>
 
@@ -508,8 +508,9 @@ They are all style-able.
   <dt>samp</dt>
   <dd>
   Let's clean up this file:
+  <pre>$ tidy -xml -access 3 -utf8 -i -m $THIS_FILE</pre>
   <samp>
-    tidy -xml -access 3 -utf-8 -i -m $THIS_FILE
+    No warnings or errors were found.
   </samp>
   </dd>