uppercase tag to lowercase
federico - October 26, 2009 - 04:08
| Project: | HTML Purifier |
| Version: | 5.x-1.4 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hello, I'm using a wysiwyg editor (jWYSIWYG 0.5 with WYSIWYG module), this editor adds uppercase tags, i thought HTML Purifier transformed uppercase tags to lowercase tag, but I tried this and it didn't.
Am I missing something or is this not a feature?
I tried placing HTML Purifier filter first and last in filter list.
Thanks,
Federico

#1
Ok, I was wrong, It does transform uppercase tag to lowercase tags, but when you look at a node/comment, not when you save it. For performance reason, I think it would be great to filter tags before the user saves the content, and not when the visitor sees it.