r70911 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70910‎ | r70911 | r70912 >
Date:19:02, 11 August 2010
Author:sean_colombo
Status:ok
Tags:
Comment:
As per feedback on r70849, fixed bad indenting (spaces) that should be a tab.
Modified paths:
  • /trunk/phase3/includes/Sanitizer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Sanitizer.php
@@ -44,7 +44,7 @@
4545 $attrib = '[:A-Z_a-z-.0-9]';
4646 $space = '[\x09\x0a\x0d\x20]';
4747 define( 'MW_ATTRIBS_REGEX',
48 - "/(?:^|$space)({$attrib_first}{$attrib}*)
 48+ "/(?:^|$space)({$attrib_first}{$attrib}*)
4949 ($space*=$space*
5050 (?:
5151 # The attribute value: quoted or alone

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70849Fix to #17031. See bug ticket for test code & test-results.sean_colombo07:19, 11 August 2010

Status & tagging log