mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 13:47:24 +02:00
Fixed undefined property (#346)
This commit is contained in:
@@ -32,6 +32,11 @@ class HTMLPurifier_Printer_ConfigForm extends HTMLPurifier_Printer
|
|||||||
*/
|
*/
|
||||||
protected $compress = false;
|
protected $compress = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var HTMLPurifier_Config
|
||||||
|
*/
|
||||||
|
protected $genConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $name Form element name for directives to be stuffed into
|
* @param string $name Form element name for directives to be stuffed into
|
||||||
* @param string $doc_url String documentation URL, will have fragment tagged on
|
* @param string $doc_url String documentation URL, will have fragment tagged on
|
||||||
|
Reference in New Issue
Block a user