Closed (cannot reproduce)
Project:
Pagination (Node)
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2010 at 21:33 UTC
Updated:
11 May 2012 at 18:51 UTC
To reproduce:
Set a header tag such as - [header = L'épaule]
When the page is viewed the toc will show L'épaule rather than L'épaule.
The change to the string occurs at line 656 in pagination.module:
'data' => ($this->getPageVar() == $key) ? check_plain($header) : l($header, $_GET['q'], $options),
The check_plain() call results in the erroneous behaviour but I'm not clear on how the problem should be patched.
Comments
Comment #1
mundanity commentedHmm,
Is there missing information in this bug report? You can use <code> tags to surround any sort of HTML (I assume you're trying to add some random HTML?)
Comment #2
mundanity commented