<> characters being translated wrongly in text components

• Mar 1, 2010 - 20:55
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Created a new song, enter some title, then enter "" into the "Lyricist" field, save the file under some name. Reload the file and notice that the "Lyricist" field disappeared. It appeares that the HTML control characters and the content inbetween are not recognized (ie. U+003C (<), U+003E (>)).


Comments

Confirmed using r. 2809 nightly, Windows 7.

In the code:

  • < should be replaced with &lt;
  • > should be replaced with &lt;
  • & should be replaced with &amp;