- From: Mercurial notifier <nobody@w3.org>
- Date: Mon, 04 Jun 2012 15:51:41 +0000
- To: markup-validator updates <www-validator-cvs@w3.org>
changeset: 3289:41ad910eb2e5
tag: tip
user: Ville Skyttä <ville.skytta@iki.fi>
date: Mon Jun 04 18:51:35 2012 +0300
files: htdocs/dev/tests/ampersand-as-data.html htdocs/dev/tests/ampersand-as-data_html401.html
description:
Spelling fixes.
diff -r 0c7afc7df26e -r 41ad910eb2e5 htdocs/dev/tests/ampersand-as-data.html
--- a/htdocs/dev/tests/ampersand-as-data.html Sat Jun 02 11:52:20 2012 +0300
+++ b/htdocs/dev/tests/ampersand-as-data.html Mon Jun 04 18:51:35 2012 +0300
@@ -6,7 +6,7 @@
<title></title>
</head>
<body>
-<p>This document has an ampersand occuring as character data. This is not OK in XML.</p>
+<p>This document has an ampersand occurring as character data. This is not OK in XML.</p>
<p>&</p>
</body>
-</html>
\ No newline at end of file
+</html>
diff -r 0c7afc7df26e -r 41ad910eb2e5 htdocs/dev/tests/ampersand-as-data_html401.html
--- a/htdocs/dev/tests/ampersand-as-data_html401.html Sat Jun 02 11:52:20 2012 +0300
+++ b/htdocs/dev/tests/ampersand-as-data_html401.html Mon Jun 04 18:51:35 2012 +0300
@@ -9,7 +9,7 @@
<body>
<p>&</p>
- <p>This document has an ampersand occuring as character data. This is accepted, but not recommended, in HTML.</p>
+ <p>This document has an ampersand occurring as character data. This is accepted, but not recommended, in HTML.</p>
</body>
</html>
Received on Monday, 4 June 2012 15:53:58 UTC