mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
|
--INI--
|
||
|
Attr.EnableID = true
|
||
|
Core.LexerImpl = DirectLex
|
||
|
--HTML--
|
||
|
<img src="img_11775.jpg" alt="[Img #11775]" id="EMBEDDED_IMG_11775" >
|
||
|
--EXPECT--
|
||
|
<img src="img_11775.jpg" alt="[Img #11775]" id="EMBEDDED_IMG_11775" />
|
||
|
--# vim: et sw=4 sts=4
|