Remove "dash" case in preprocessToObj
[lhc/web/wiklou.git] / includes / parser / Preprocessor_DOM.php
index 81243f3..09ca38a 100644 (file)
@@ -794,9 +794,6 @@ class Preprocessor_DOM extends Preprocessor {
                                $stack->getCurrentPart()->eqpos = strlen( $accum );
                                $accum .= '=';
                                ++$i;
-                       } elseif ( $found == 'dash' ) {
-                               $accum .= '-';
-                               ++$i;
                        }
                }