Closed (fixed)
Project:
HTML Purifier
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2010 at 23:32 UTC
Updated:
13 Jul 2010 at 09:00 UTC
The linkit module created links like this...
Input
<a href="internal:taxonomy/term/35">SOME TEXT</a>
Output
<a>Marc Hall</a>
How can I make this work with HTMLPurifier?
Comments
Comment #1
anonI think this is happening because the input filter filters are not set in the right order.
Please try the following:
That solved the issue for me.
Comment #2
bryancasler commentedThanks anon, but I have only Pathologic installed. I will go ahead and install Path Filter and then follow your steps. Hopefully that will resolve the problem.
Comment #3
bryancasler commentedInstalling Path Filter and putting it before HTMLPurifier did the trick. Thanks a million.
Comment #4
ezyang commented