1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-30 09:09:59 +02:00

Support for inline-block.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang
2012-05-25 23:55:48 -04:00
parent 6705140082
commit 5a23004652
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -14,6 +14,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
this also means it's no longer possible to override attribute
transforms in later modules. No internal code was using this
but this may break some clients.
! Support display:inline-block
- Use prepend for SPL autoloading on PHP 5.3 and later.
- Fix bug with nofollow transform when pre-existing rel exists.