Steps to replicate the issue (include links if applicable):
- Have Extension:CommentStreams and Extension:DisplayTitle on a wiki
- Set a {{DISPLAYTITLE}} with HTML or wikitext formatting on your userpage
- Leave a comment via CommentStreams
What happens?:
The name of the commenter appears fully HTML escaped (i.e. <span style="color:orange"><b>miraheze enjoyer</b></span>)
What should have happened instead?:
EITHER the name renders the intended styling tags:
- <span style="color:orange">miraheze enjoyer</span> (tags rendered)
HTML is escaped and removed, leaving only wikitext tags(bold, italics):
- miraheze enjoyer
or all formatting and tags are just removed entirely and not shown:
- miraheze enjoyer
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
MediaWiki: 1.43.0-alpha (566b8c4) &: 2.3 (db1014c)
CommentStreams: 8.0.2 (rECOS1283fe65f03d: Localisation updates from https://translatewiki.net.)
Display Title: 4.0.3 (rEDPT2a839e7640dc: build: Updating micromatch to 4.0.8)
Other information (browser name/version, screenshots, etc.):


