Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -1177,7 +1177,7 @@ |
1178 | 1178 | |
1179 | 1179 | # HTML-escape parameter before calling this |
1180 | 1180 | function contextLine( $line ) { |
1181 | | - return $this->wrapLine( ' ', 'diff-context', $line ); |
| 1181 | + return $this->wrapLine( ' ', 'diff-context', $line ); |
1182 | 1182 | } |
1183 | 1183 | |
1184 | 1184 | private function wrapLine( $marker, $class, $line ) { |