mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-12 17:47:02 +00:00
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
--INI--
|
|
Attr.EnableID = true
|
|
--HTML--
|
|
<span id="moon">foobar</span>
|
|
<img id="folly" src="folly.png" alt="Omigosh!" />
|
|
--# vim: et sw=4 sts=4
|