Last modified: 2006-07-12 03:51:17 UTC
In includes/Sanitizer.php, "frame" and "border" and "rules" appear to be accidentally listed twice in this section: ----------------------------------------- # 11.2.1 'table' => array_merge( $common, array( 'summary', 'width', 'border', 'frame', 'rules', 'cellspacing', 'cellpadding', 'align', 'bgcolor', 'frame', 'rules', 'border' ) ), -----------------------------------------
Fixed in trunk r15493
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)
Thank you!