Closed (fixed)
Project:
Faceted Search
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 10:15 UTC
Updated:
24 Jan 2009 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
EricFitchett commentedI think this is the same problem I was having with html characters being escaped twice.
The problem was caused by use of the older 5.x style parameter list on the l() function. The attached patch fixes this in the two places I noticed it.
Comment #2
peterzoe commentedI have a similar issue with the german umlaut (ü, ä, ö): if I search for 'Qualität' it will return 'Qualitat'.
Cheers, Peter.
Comment #3
david lesieur commentedPatch committed, thanks!