0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Fix missing version number in config directive, and add TODO item.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang 2008-11-05 02:56:13 -05:00
parent 6fe6cc8901
commit c5d4b1ec93
2 changed files with 3 additions and 0 deletions

2
TODO
View File

@ -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 - Built-in support for target="_blank" on all external links
- Allow <a id="asdf" name="asdf"> - Allow <a id="asdf" name="asdf">
- Implement overflow CSS property (as per jlp09550) - Implement overflow CSS property (as per jlp09550)
- Convert configuration to allow an arbitrary number of namespaces;
then rename as appropriate.
FUTURE VERSIONS FUTURE VERSIONS
--------------- ---------------

View File

@ -1,6 +1,7 @@
Attr.DefaultImageAlt Attr.DefaultImageAlt
TYPE: string/null TYPE: string/null
DEFAULT: null DEFAULT: null
VERSION: 3.2.0
--DESCRIPTION-- --DESCRIPTION--
This is the content of the alt tag of an image if the user had not 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 previously specified an alt attribute. This applies to all images without