ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ExtractStyleBlocks.php File Reference

Go to the source code of this file.

Data Structures

class  HTMLPurifier_Filter_ExtractStyleBlocks
 This filter extracts <style> blocks from input HTML, cleans them up using CSSTidy, and then places them in $purifier->context->get('StyleBlocks') so they can be used elsewhere in the document. More...
 

Functions

 htmlpurifier_filter_extractstyleblocks_muteerrorhandler ()
 

Function Documentation

◆ htmlpurifier_filter_extractstyleblocks_muteerrorhandler()

htmlpurifier_filter_extractstyleblocks_muteerrorhandler ( )

Definition at line 7 of file ExtractStyleBlocks.php.

8 {
9 }