Index: trunk/phase3/includes/Parser.php |
— | — | @@ -2175,7 +2175,7 @@ |
2176 | 2176 | # Template cache array insertion |
2177 | 2177 | if( $found ) { |
2178 | 2178 | $this->mTemplates[$part1] = $text; |
2179 | | - $text = $linestart . $text |
| 2179 | + $text = $linestart . $text; |
2180 | 2180 | } |
2181 | 2181 | } |
2182 | 2182 | } |