diff options
author | ville <ville@localhost> | 2009-11-13 20:24:34 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-13 20:24:34 +0000 |
commit | ec51250d910c0953aedf7ea59dcb725bfbea4c9b (patch) | |
tree | c7922103d3ceb539cf4a992544ca0da6d64e0a95 | |
parent | 844d2372b1bbae7e6a844575e01e48d5ffda0076 (diff) | |
download | markup-validator-ec51250d910c0953aedf7ea59dcb725bfbea4c9b.zip markup-validator-ec51250d910c0953aedf7ea59dcb725bfbea4c9b.tar.gz markup-validator-ec51250d910c0953aedf7ea59dcb725bfbea4c9b.tar.bz2 |
Recommend .mml extension for MathML instead of .mathml per http://www.w3.org/TR/MathML2/chapter7.html#id.7.1.3
-rw-r--r-- | share/templates/en_US/warnings.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl index 26eb64d..3bf372c 100644 --- a/share/templates/en_US/warnings.tmpl +++ b/share/templates/en_US/warnings.tmpl @@ -449,7 +449,7 @@ to check these potential issues, and, if necessary, fix them and re-validate the errors. How to fix this problem? One of the following techniques should help:</p> <ul> <li>If you are serving a static file on a Web server, changing its extension should help. - Use e.g <code>.xhtml</code> for XHTML or <code>.mathml</code> for MathML. + Use e.g <code>.xhtml</code> for XHTML or <code>.mml</code> for MathML. </li> <li>You may need to reconfigure your Web server. This <a href="http://www.developershome.com/wap/wapServerSetup/tutorial.asp?page=settingUpMIME">Setting up MIME Types tutorial</a> has instructions for Apache, Tomcat and IIS. </li> |