diff options
author | ot <ot@localhost> | 2005-04-20 01:56:50 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-04-20 01:56:50 +0000 |
commit | b77a779fb119e099a49369b29774ae0a97a63c4e (patch) | |
tree | 0db3bf6e2043b41b99c190ff41f62a254481c992 | |
parent | c8c7ee38d3b9ca472621de650cbc973c38d9de1e (diff) | |
download | markup-validator-b77a779fb119e099a49369b29774ae0a97a63c4e.zip markup-validator-b77a779fb119e099a49369b29774ae0a97a63c4e.tar.gz markup-validator-b77a779fb119e099a49369b29774ae0a97a63c4e.tar.bz2 |
Adding application/mathml+xml to list of acceptable media types.
Can't find direct pointer to registration at the moment, but at least
it is in rfc3023.
-rw-r--r-- | htdocs/config/validator.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index 44580d7..4a488aa 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ # # Main Configuration File for the W3C Markup Validation Service. # -# $Id: validator.conf,v 1.22 2005-02-05 21:02:14 link Exp $ +# $Id: validator.conf,v 1.23 2005-04-20 01:56:50 ot Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*', @@ -115,6 +115,7 @@ Element Ref URI = http://www.htmlhelp.com/reference/html40/ text/html = TBD text/vnd.wap.wml = XML application/xhtml+xml = XML + application/mathml+xml = XML </MIME> # |