Closed (fixed)
Project:
Views Simple Pager
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Mar 2013 at 15:02 UTC
Updated:
4 Apr 2013 at 06:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
arpieb commentedThanks for reporting that bug! It sounds like the link text is being double-escaped. Let me look into that tonight as it should be a relatively simple fix...
Comment #2
arpieb commentedIt looks like I was applying filter_xss() to the link labels, and then the core theme_pager_link call under the hood was calling check_plain() on top of that, causing a double-escape to occur on HTML entities.
I have removed the redundant filter_xss() call in this patch, and will be committing to the dev branch shortly.
Comment #3
arpieb commentedFixed in 7.x-1.0-alpha2 release