0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 00:11:52 +00:00
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
This commit is contained in:
Edward Z. Yang 2024-11-09 21:06:43 -05:00
parent caa5a8e830
commit c552d1141c

View File

@ -265,7 +265,7 @@ class HTMLPurifier_HTMLDefinition extends HTMLPurifier_Definition
$this->info_block_wrapper = $block_wrapper;
} else {
throw new Exception(
'Cannot use non-block element as block wrapper',
'Cannot use non-block element as block wrapper'
);
}