Closed (fixed)
Project:
Taxonomy dhtml
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2007 at 03:06 UTC
Updated:
17 Jun 2008 at 13:57 UTC
At least on Firefox, the example in the tip uses an entity '%2B' instead of the comma ',' It shows up as:
... here is a feed for <a href="/taxonomy/term/11%2B9%2B10/0/feed">
Instead of:
... here is a feed for <a href="/taxonomy/term/11,9,10/0/feed">
One possible hack is adding the following after line 130 in the module:
$output = str_replace("%2B",",",$output);
Comments
Comment #1
leoklein commented