MantisBT: master 80b8b1ab

Author Committer Branch Timestamp Parent
dhx dhx master 2010-09-22 05:14 master b23efa9c
Affected Issues  0009663: Wrong underline-charcount when Project-Name contains htmlspecialchars
Changeset

Fix 0009663: Changelog underlines incorrect lengths

The text underlines on the changelog page are displayed with an incorrect
length when the version name contains characters that are encodable via
htmlspecialchars(). We need to use the length of the raw string instead
of the length of the encoded string.

mod - changelog_page.php Diff File