Page MenuHomePhabricator

"frame" and "border" and "rules" listed twice as table attributes in includes/Sanitizer.php
Closed, ResolvedPublic

Description

Author: nickpj

Description:
In includes/Sanitizer.php, "frame" and "border" and "rules" appear to be

accidentally listed twice in this section:

  1. 11.2.1 'table' => array_merge( $common, array( 'summary', 'width', 'border', 'frame', 'rules', 'cellspacing', 'cellpadding', 'align', 'bgcolor', 'frame', 'rules', 'border' ) ), -----------------------------------------

Version: 1.7.x
Severity: trivial

Details

Reference
bz6561

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:18 PM
bzimport set Reference to bz6561.
bzimport added a subscriber: Unknown Object (MLST).

nickpj wrote:

Thank you, and I'm really sorry to be a pain-in-the-butt, but I think "rules" is
still accidentally duped. ;-)

I.e.:

  • 'align', 'bgcolor', 'rules',

+ 'align', 'bgcolor'

Fixed in trunk r15543

I should pay attention :o)