Fix example for 'samp' element.
[xhtml11_quickref.git] / xhtml11_quick_reference_by_examples.html
index 38dd439..20072b5 100644 (file)
@@ -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>
 
@@ -525,8 +526,8 @@ They are all style-able.
 
   <dt>var</dt>
   <dd>
-  This file name is in <var>$THIS_FILE</var>... this is just an example, you
-  know.
+  Save this file to <var>xhtml11_quickref.html</var>... this is just an example value,
+  you can choose the name you like more.
   </dd>
 
 </dl>