mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-23 00:41:52 +00:00
Fix syntax error.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@307 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
2605257723
commit
ca0914789c
@ -62,7 +62,7 @@ class HTMLPurifier_TokenFactory
|
|||||||
* @param $name Tag name
|
* @param $name Tag name
|
||||||
* @param $attribute Associative array of attributes
|
* @param $attribute Associative array of attributes
|
||||||
* @return Generated HTMLPurifier_Token_Empty
|
* @return Generated HTMLPurifier_Token_Empty
|
||||||
*/s
|
*/
|
||||||
public function createEmpty($name, $attributes = array()) {
|
public function createEmpty($name, $attributes = array()) {
|
||||||
$p = clone $this->p_empty;
|
$p = clone $this->p_empty;
|
||||||
$p->HTMLPurifier_Token_Tag($name, $attributes);
|
$p->HTMLPurifier_Token_Tag($name, $attributes);
|
||||||
|
Loading…
Reference in New Issue
Block a user