mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 19:30:21 +02:00
var -> public
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1807 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
class HTMLPurifier_AttrTransform_SafeObject extends HTMLPurifier_AttrTransform
|
class HTMLPurifier_AttrTransform_SafeObject extends HTMLPurifier_AttrTransform
|
||||||
{
|
{
|
||||||
var $name = "SafeObject";
|
public $name = "SafeObject";
|
||||||
|
|
||||||
function transform($attr, $config, $context) {
|
function transform($attr, $config, $context) {
|
||||||
if (!isset($attr['type'])) $attr['type'] = 'application/x-shockwave-flash';
|
if (!isset($attr['type'])) $attr['type'] = 'application/x-shockwave-flash';
|
||||||
|
Reference in New Issue
Block a user