From c5d4b1ec932e4aef6175eddb8bf7068c4363074e Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 5 Nov 2008 02:56:13 -0500 Subject: [PATCH] Fix missing version number in config directive, and add TODO item. Signed-off-by: Edward Z. Yang --- TODO | 2 ++ .../HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/TODO b/TODO index 77e5a054..1e00bdd6 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,8 @@ afraid to cast your vote for the next feature to be implemented! - Built-in support for target="_blank" on all external links - Allow - Implement overflow CSS property (as per jlp09550) +- Convert configuration to allow an arbitrary number of namespaces; + then rename as appropriate. FUTURE VERSIONS --------------- diff --git a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt index e0be51be..4795f670 100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt @@ -1,6 +1,7 @@ Attr.DefaultImageAlt TYPE: string/null DEFAULT: null +VERSION: 3.2.0 --DESCRIPTION-- This is the content of the alt tag of an image if the user had not previously specified an alt attribute. This applies to all images without