Skip to content

HTML tags are omitted from merge request titles

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

How to reproduce

Enter this title into your MR: 123 <test> 123

Expectation

The title should be 123 <test> 123. <test> is escaped and spelled out as-is.

Reality

The title is 123 123.

Workaround

Put backticks around the tag. This works: 123 `<test>` 123

Edited by 🤖 GitLab Bot 🤖