Fix example for the 'var' element.
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 13 Nov 2009 12:47:36 +0000 (13:47 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 13 Nov 2009 12:47:36 +0000 (13:47 +0100)
commit19445a31cad19b0e074f9211a5f24c17881aa3f1
tree024a086067deb5ffae0d4882aefb4011853ad61e
parentf900f0bccab921054c4522695c430830a69d0fde
Fix example for the 'var' element.

From http://reference.sitepoint.com/html/var:
  The var element is used to indicate that the text is a variable and
  shouldn’t be taken literally. Instead, it’s an example that should be
  replaced with your own value.

Also in
http://articles.sitepoint.com/article/html-37-steps-perfect-markup/2 at
item 29.:
  A common misconception is that var should be used for marking up
  variables in programming code samples.
xhtml11_quick_reference_by_examples.html