diff options
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/ampersand-as-data.html | 4 | ||||
-rw-r--r-- | htdocs/dev/tests/ampersand-as-data_html401.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/dev/tests/ampersand-as-data.html b/htdocs/dev/tests/ampersand-as-data.html index d78cce6..a6a1917 100644 --- a/htdocs/dev/tests/ampersand-as-data.html +++ b/htdocs/dev/tests/ampersand-as-data.html @@ -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 --git a/htdocs/dev/tests/ampersand-as-data_html401.html b/htdocs/dev/tests/ampersand-as-data_html401.html index e30b97b..163b77b 100644 --- a/htdocs/dev/tests/ampersand-as-data_html401.html +++ b/htdocs/dev/tests/ampersand-as-data_html401.html @@ -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> |