diff options
author | ville <ville@localhost> | 2009-10-25 12:27:10 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-10-25 12:27:10 +0000 |
commit | a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0 (patch) | |
tree | 3f5122858a099adbf80133f47fa364275d1a4bd4 /htdocs/dev/tests/mathml2.mml | |
parent | df606811e5b2e6752531605ce6a701f274fd1be3 (diff) | |
download | markup-validator-a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0.zip markup-validator-a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0.tar.gz markup-validator-a2f238dc6ee1015aff1fcf26ae5ca0a5f7fec4d0.tar.bz2 |
Rename MathML2 test file to *.mml so servers are more likely to serve it
with an appropriate content type, use recommended system id in it.
Diffstat (limited to 'htdocs/dev/tests/mathml2.mml')
-rwxr-xr-x | htdocs/dev/tests/mathml2.mml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/dev/tests/mathml2.mml b/htdocs/dev/tests/mathml2.mml new file mode 100755 index 0000000..80f1f6e --- /dev/null +++ b/htdocs/dev/tests/mathml2.mml @@ -0,0 +1,6 @@ +<!DOCTYPE math PUBLIC "-//W3C//DTD MathML 2.0//EN" +"http://www.w3.org/Math/DTD/mathml2/mathml2.dtd"> +<math> +<mrow> +</mrow> +</math> |