From 686824262e51c0647630b67c74e1ae2769fe1299 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 18 Sep 2006 01:13:49 +0000 Subject: [PATCH] [1.1.1] Add to list of wanted formatters Linkify URLs. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@439 48356398-32a2-884e-a903-53898d9a118a --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 71ffb20c..16316f4d 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,7 @@ Ongoing - Formatters for plaintext - Auto-paragraphing (be sure to leverage fact that we know when things shouldn't be paragraphed, such as lists and tables). + - Linkify URLs - Make URI validation routines tighter (especially mailto) - More extensive URI filtering schemes - Allow for background-image and list-style-image (see above)