Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -3285,9 +3285,9 @@ |
3286 | 3286 | if ( $this->mOptions->getUseTeX() ) { |
3287 | 3287 | $output = $wgContLang->armourMath( |
3288 | 3288 | MathRenderer::renderMath( $content, $attributes ) ); |
| 3289 | + break; |
3289 | 3290 | } |
3290 | 3291 | /* else let a tag hook handle it (bug 21222) */ |
3291 | | - break; |
3292 | 3292 | case 'gallery': |
3293 | 3293 | $output = $this->renderImageGallery( $content, $attributes ); |
3294 | 3294 | break; |