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

mundanity’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm,

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?)

mundanity’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)