Index: trunk/phase3/includes/parser/Preprocessor_Hash.php |
— | — | @@ -1031,7 +1031,7 @@ |
1032 | 1032 | $serial = count( $this->parser->mHeadings ) - 1; |
1033 | 1033 | $marker = "{$this->parser->mUniqPrefix}-h-$serial-" . Parser::MARKER_SUFFIX; |
1034 | 1034 | $s = substr( $s, 0, $bits['level'] ) . $marker . substr( $s, $bits['level'] ); |
1035 | | - $this->parser->mStripState->setGeneral( $marker, '' ); |
| 1035 | + $this->parser->mStripState->addGeneral( $marker, '' ); |
1036 | 1036 | $out .= $s; |
1037 | 1037 | } else { |
1038 | 1038 | # Expand in virtual stack |