Jump to content

Recommended Posts

Posted

puteai pune urmatorul cod 

<?php

/**
 * XHTML 1.1 Edit Module, defines editing-related elements. Text Extension
 * Module.
 */
class HTMLPurifier_HTMLModule_StyleAttribute extends HTMLPurifier_HTMLModule
{

    public $name = 'StyleAttribute';
    public $attr_collections = array(
        // The inclusion routine differs from the Abstract Modules but
        // is in line with the DTD and XML Schemas.
        'Style' => array('style' => false), // see constructor
        'Core' => array(0 => array('Style'))
    );

    public function setup($config) {
        $this->attr_collections['Style']['style'] = new HTMLPurifier_AttrDef_CSS();
    }

}

// vim: et sw=4 sts=4

in urmatoare adresa 

ips_kernel > HTMLPurifier> HTMLPurifier> HTMLModule> StyleAttribute.php

si nu trebuia sa reinstalezi platforma

http://pctroubleshooting.ro/

Locul unde gasesti tot ce ai nevoie. Toti diferiti dar uniti

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.