Fix style stripping by adding missing /g flag

Change-Id: I6cd4b853638010d60809cecc87499113bd189d4c
This commit is contained in:
Gabriel Wicke 2014-10-09 11:09:57 -07:00
parent 9774aceb4b
commit b7bd5196f2
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ class MathMathML extends MathRenderer {
$style .= " ".$styles[1]; // merge styles
if ( $this->getMathStyle() === MW_MATHSTYLE_DISPLAY ) {
// TODO: Improve style cleaning
$style = preg_replace( '/margin\-(left|right)\:\s*\d+(\%|in|cm|mm|em|ex|pt|pc|px)\;|position:\s*absolute;\s*left:\s*0px;/', '', $style );
$style = preg_replace( '/margin\-(left|right)\:\s*\d+(\%|in|cm|mm|em|ex|pt|pc|px)\;|position:\s*absolute;\s*left:\s*0px;/g', '', $style );
}
}
// TODO: Figure out if there is a way to construct