Fix example for 'samp' element.
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 13 Nov 2009 12:58:06 +0000 (13:58 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 13 Nov 2009 12:58:06 +0000 (13:58 +0100)
From http://reference.sitepoint.com/html/samp:
  The samp  element’s purpose is to identify a sample of characters that
  form the output or result of some process. It’s not often seen in
  practice, but would most probably be encountered in an online
  technical manual or support site of some kind.

xhtml11_quick_reference_by_examples.html

index 557a473..20072b5 100644 (file)
@@ -508,8 +508,9 @@ They are all style-able.
   <dt>samp</dt>
   <dd>
   Let's clean up this file:
   <dt>samp</dt>
   <dd>
   Let's clean up this file:
+  <pre>$ tidy -xml -access 3 -utf8 -i -m $THIS_FILE</pre>
   <samp>
   <samp>
-    tidy -xml -access 3 -utf-8 -i -m $THIS_FILE
+    No warnings or errors were found.
   </samp>
   </dd>
 
   </samp>
   </dd>