Closed (duplicate)
Project:
Taxonomy Views Integrator
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 15:30 UTC
Updated:
2 Nov 2012 at 18:19 UTC
Occurs when using views 7.x-3.3 and taxonomy terms as contextual filters and using the arguments (%1) to rewrite the page title. I wrapped the view->get_title in a html_entity_decode() call to fix it.
This is my first patch, so let me know if I didn't submit it correctly, but I think I did everything correct.
| Comment | File | Size | Author |
|---|---|---|---|
| tvi-views title encoding.patch | 644 bytes | adamzimmermann |
Comments
Comment #1
drshearer commentedJust had the exact same issue and the patch fixed it for me. Thanks!
Comment #2
proofoftom commentedHad same issue using TVI 7.x-1.0-alpha2 and Views 7.x-3.5. Your patch worked as expected. Thanks mate.
Comment #3
markhalliwellDup of #1817570: Page titles are santitized, double encoding HTML entities (& to &) (has a proper Drupal patch: uses
filter_xss_admin()instead ofhtml_entity_decode()).