Index: trunk/phase3/languages/LanguageConverter.php |
— | — | @@ -308,8 +308,8 @@ |
309 | 309 | * @return String like ' alt="yyyy"' or ' title="yyyy"' |
310 | 310 | */ |
311 | 311 | protected function captionConvert( $matches ) { |
312 | | - // TODO: cache the preferred variant in every autoConvert() process, |
313 | | - // this helps improve performance in a way. |
| 312 | + // TODO: cache the preferred variant in every autoConvert() process, |
| 313 | + // this helps improve performance in a way. |
314 | 314 | $toVariant = $this->getPreferredVariant(); |
315 | 315 | $title = $matches[1]; |
316 | 316 | $text = $matches[2]; |