diff --git a/MathMathML.php b/MathMathML.php index 1de96be76..dff9f41fb 100644 --- a/MathMathML.php +++ b/MathMathML.php @@ -100,6 +100,7 @@ class MathMathML extends MathRenderer { $this->mathml = $rbi->getMathML(); $this->svg = $rbi->getSvg(); $this->svgPath = $rbi->getFullSvgUrl(); + $this->changed = false; return $rbi->getSuccess(); } if ( $forceReRendering ) {