Content
View differences
Updated by Nicolas Salguero over 7 years ago
Hi,
I found two places where HTML entities are encoded twice:
1. When a commit message references a work package whose subject contains a single quote, for instance, the "tittle" attribute of the link displayed in the commit message contains "'" whereas it should contain "'".
2. When looking at a commit, if a file impacted by that commit has a name that contains a quote, for example, it is displayed as "xxx"xxx" but it should be "xxx"xxx".
The attached patch corrects those problems.
Best regards,
Nicolas Salguero.
I found two places where HTML entities are encoded twice:
1. When a commit message references a work package whose subject contains a single quote, for instance, the "tittle" attribute of the link displayed in the commit message contains "'" whereas it should contain "'".
2. When looking at a commit, if a file impacted by that commit has a name that contains a quote, for example, it is displayed as "xxx"xxx" but it should be "xxx"xxx".
The attached patch corrects those problems.
Best regards,
Nicolas Salguero.