summaryrefslogtreecommitdiff
path: root/src/HTML5
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-07-01 10:01:45 -0400
committerMatt Farina <[email protected]>2013-07-01 10:01:45 -0400
commita5361e80a3de563e4ffc555088ccc6c542e09e43 (patch)
treef4b60bd2af9c9e43401a39fc37c19401610bf5e0 /src/HTML5
parentd554fd0d726387ea622e6af0c84ae9a21ca3951f (diff)
Added more mathml tests.
Diffstat (limited to 'src/HTML5')
-rw-r--r--src/HTML5/Serializer/Traverser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTML5/Serializer/Traverser.php b/src/HTML5/Serializer/Traverser.php
index 7f63e89..d7d2e5b 100644
--- a/src/HTML5/Serializer/Traverser.php
+++ b/src/HTML5/Serializer/Traverser.php
@@ -15,7 +15,7 @@ class Traverser {
/** Namespaces that should be treated as "local" to HTML5. */
static $local_ns = array(
'http://www.w3.org/1999/xhtml' => 'html',
- 'http://www.w3.org/1998/Math/MathML' => 'mathml',
+ 'http://www.w3.org/1998/Math/MathML' => 'math',
'http://www.w3.org/2000/svg' => 'svg',
);