r81653 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81652‎ | r81653 | r81654 >
Date:22:11, 7 February 2011
Author:tstarling
Status:ok
Tags:
Comment:
Fix whitespace from r80978
Modified paths:
  • /trunk/phase3/languages/LanguageConverter.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageConverter.php
@@ -308,8 +308,8 @@
309309 * @return String like ' alt="yyyy"' or ' title="yyyy"'
310310 */
311311 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.
314314 $toVariant = $this->getPreferredVariant();
315315 $title = $matches[1];
316316 $text = $matches[2];

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80978LanguageConverter::captionConvert(): remove HTML tags and escape HTML special...philip18:33, 25 January 2011

Status & tagging log