Closed (fixed)
Project:
Table of Contents
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2007 at 14:58 UTC
Updated:
4 Nov 2007 at 20:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
deviantintegral commentedI will be able to get down to working on 5.x hopefully next week after all of my assignments/essays/midterms are done. Can someone else verify this issue with the 5.x module? Note that if you wrap the
tag in
's, it will generate invalid markup.
Here is an example of valid markup on the 4.7 version.
Is there a chance another input filter is adding the
tags?
Comment #2
brian_may commentedI have attached a patch which seems to solve this issue.
This is not necessarily the best solution or properly formatted, but it solves the immediate problem for me.
I switched to a recursive solution because I had problems visualising a non-recursive solution.
Comment #3
deviantintegral commentedI haven't seen this problem crop back up in my sites or in the latest version of the code (version 2.x). I'm closing this unless I hear of more people having issues.
Note that if you put the
inside of a tag, my module won't change anything. It's up to the user to ensure that they don't wrap it in something.
--Andrew