r76649 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76648‎ | r76649 | r76650 >
Date:22:12, 13 November 2010
Author:catrope
Status:ok
Tags:
Comment:
Remove duplicate occurrence of 'u' from $htmlpairsStatic in Sanitizer::removeHTMLtags(). Reported by Dan Bolser on IRC
Modified paths:
  • /trunk/phase3/includes/Sanitizer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Sanitizer.php
@@ -368,7 +368,7 @@
369369 'h2', 'h3', 'h4', 'h5', 'h6', 'cite', 'code', 'em', 's',
370370 'strike', 'strong', 'tt', 'var', 'div', 'center',
371371 'blockquote', 'ol', 'ul', 'dl', 'table', 'caption', 'pre',
372 - 'ruby', 'rt' , 'rb' , 'rp', 'p', 'span', 'u', 'abbr', 'dfn',
 372+ 'ruby', 'rt' , 'rb' , 'rp', 'p', 'span', 'abbr', 'dfn',
373373 'kbd', 'samp'
374374 );
375375 $htmlsingle = array(

Status & tagging log