summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/HTML5/Serializer/OutputRules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTML5/Serializer/OutputRules.php b/src/HTML5/Serializer/OutputRules.php
index bd97cb3..862ab55 100644
--- a/src/HTML5/Serializer/OutputRules.php
+++ b/src/HTML5/Serializer/OutputRules.php
@@ -57,7 +57,7 @@ class OutputRules implements \HTML5\Serializer\RulesInterface {
$this->inSvg = TRUE;
$name = Elements::normalizeSvgElement($name);
break;
- case 'mathml':
+ case 'math':
$this->inMathMl = TRUE;
break;
}
@@ -74,7 +74,7 @@ class OutputRules implements \HTML5\Serializer\RulesInterface {
case 'svg':
$this->inSvg = FALSE;
break;
- case 'mathml':
+ case 'math':
$this->inMathMl = FALSE;
break;
}