mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-01 11:50:28 +02:00
Fix contenteditable attribute definition (#336)
This commit is contained in:
@@ -258,6 +258,13 @@ class HTMLPurifier_Strategy_ValidateAttributesTest extends
|
||||
);
|
||||
}
|
||||
|
||||
public function testContentEditableAttribute()
|
||||
{
|
||||
$this->assertResult(
|
||||
'<div contenteditable="false"></div>',
|
||||
'<div contenteditable="false"></div>'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
|
Reference in New Issue
Block a user