0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-08 23:11:52 +00:00
htmlpurifier/library/HTMLPurifier/Injector
Bradley M. Froehle 6385f42ebc Add AutoFormat.LinkifyEmail Option.
If enabled, automatically provide links to e-mail addresses.
For example,
  Send an e-mail to user@example.com.
is transformed to
  Send an e-mail to <a href="mailto:user@example.com">user@example.com</a>.

Signed-off-by: Bradley M. Froehle <brad.froehle@gmail.com>
2011-02-15 10:05:12 -08:00
..
AutoParagraph.php Fix autoparagraph bug with non-inline elements. 2010-02-15 02:55:33 -05:00
DisplayLinkURI.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Linkify.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
LinkifyEmail.php Add AutoFormat.LinkifyEmail Option. 2011-02-15 10:05:12 -08:00
PurifierLinkify.php Rename AutoFormatParam.PurifierLinkifyDocURL. 2009-05-25 21:51:08 -04:00
RemoveEmpty.php Implement %AutoFormat.RemoveEmpty.RemoveNbsp, by popular demand. 2009-04-09 00:53:19 -04:00
RemoveSpansWithoutAttributes.php Remove +x bit from RemoveSpansWithoutAttributes.php 2010-04-17 00:23:09 -04:00
SafeObject.php Implement HTML.FlashAllowFullScreen. 2010-09-08 23:39:20 -04:00