Skip to content

Auto-generated wiki commit message will contain HTML encoded entities for characters like `& < > \ \ { } &`

Summary

Wiki page with characters like & < > \ \ { } & in the title will result in the commit message containing the HTML encoded entities of the characters:

For example Create &amp; &gt; \ \ { } &amp;.

The commit message should instead preserve the characters as they appear in the title.

Steps to reproduce

  • Create a wiki page with the title & < > \ \ { } &
  • Notice that the commit message (at the bottom of the page creation form) contains the HTML encoded entities