Fix whitespace from r80978
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 7 Feb 2011 22:11:27 +0000 (22:11 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 7 Feb 2011 22:11:27 +0000 (22:11 +0000)
languages/LanguageConverter.php

index 5528c15..7282e11 100644 (file)
@@ -308,8 +308,8 @@ class LanguageConverter {
         * @return String like ' alt="yyyy"' or ' title="yyyy"'
         */
        protected function captionConvert( $matches ) {
-         // TODO: cache the preferred variant in every autoConvert() process,
-         // this helps improve performance in a way.
+               // TODO: cache the preferred variant in every autoConvert() process,
+               // this helps improve performance in a way.
                $toVariant = $this->getPreferredVariant();
                $title = $matches[1];
                $text = $matches[2];