From b5b96b795393e36ef91b7429371e9a71f35b97a4 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 13 Nov 2009 13:58:06 +0100 Subject: [PATCH 1/1] Fix example for 'samp' element. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xhtml11_quick_reference_by_examples.html b/xhtml11_quick_reference_by_examples.html index 557a473..20072b5 100644 --- a/xhtml11_quick_reference_by_examples.html +++ b/xhtml11_quick_reference_by_examples.html @@ -508,8 +508,9 @@ They are all style-able.
samp
Let's clean up this file: +
$ tidy -xml -access 3 -utf8 -i -m $THIS_FILE
- tidy -xml -access 3 -utf-8 -i -m $THIS_FILE + No warnings or errors were found.
-- 2.1.4