diff --git a/MathMathML.php b/MathMathML.php index b440cf2..6707059 100644 --- a/MathMathML.php +++ b/MathMathML.php @@ -437,7 +437,7 @@ class MathMathML extends MathRenderer { $mml = preg_replace( '/ $this->getClassName(), 'style' => 'display: none;' ), $mml ); - $output .= $this->getFallbackImage( ) . "\n"; + $output .= $this->getFallbackImage( ); $output .= HTML::closeElement( $element ); return $output; }