Content
View differences
Updated by Nicolas Salguero about 8 years ago
Hi,
If a comment of commit contains the character ‘^’ or ‘\*’, that character is not displayed in :
1\) The comment field of the list of revisions (URL “projects/<project_id>/repository”).
2\) The detail of a revision (URL “projects/<project_id>/repository/revision/<revision_id>”).
The provided patch corrects that problem by replacing those characters by the corresponding HTML entities.
Best regards,
Nicolas Salguero.
If a comment of commit contains the character ‘^’ or ‘\*’, that character is not displayed in :
1\) The comment field of the list of revisions (URL “projects/<project_id>/repository”).
2\) The detail of a revision (URL “projects/<project_id>/repository/revision/<revision_id>”).
The provided patch corrects that problem by replacing those characters by the corresponding HTML entities.
Best regards,
Nicolas Salguero.