Entry with "left shift" results in truncated data display
Brought to you by:
tuxmonkey
Entry with "left shift" operator results in truncated
data display
Entering:
line 1/3: this is line 1
line 2/3: 1 xx 2
line 3/3: this is line 2
where each "x" is the "less than" character via
Issue-Tracker's web interface will result in
line 1/3: this is line 1
line 2/3: 1
being displayed when the issue is viewed.
Refer to
http://www.issue-tracker.com/demo/?module=issues&action=view&issueid=1359
for a sample entry like this.
It looks like the less than characters make it into the
database because when I edit an entry like this, the
data appears correctly. It's just that when the data
gets pulled out of the database and converted to HTML,
something doesn't happen correctly.