[PR #4709] [MERGED] Allow WIP marker to contains < or > #17468

Closed
opened 2025-11-02 13:34:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4709
Author: @JulienTant
Created: 8/14/2018
Status: Merged
Merged: 8/19/2018
Merged by: @techknowlogick

Base: masterHead: fix-wip-tag-containing-markup


📝 Commits (3)

  • 3848254 allow WIP marker to contains < or >
  • 41c99e8 Merge branch 'master' into fix-wip-tag-containing-markup
  • d7fb4a7 Merge branch 'master' into fix-wip-tag-containing-markup

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 templates/repo/issue/new_form.tmpl (+1 -1)

📄 Description

Fixes #4705

When WIP prefix contained < >, then the helper link didn't show the prefix because it was parsed by HTML. This PR provides the view an html escaped version of the first prefix (=the default one for UI)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4709 **Author:** [@JulienTant](https://github.com/JulienTant) **Created:** 8/14/2018 **Status:** ✅ Merged **Merged:** 8/19/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `fix-wip-tag-containing-markup` --- ### 📝 Commits (3) - [`3848254`](https://github.com/go-gitea/gitea/commit/384825425e3f570b09a4acae84be57f610f88130) allow WIP marker to contains < or > - [`41c99e8`](https://github.com/go-gitea/gitea/commit/41c99e8a3c568545a64c59dd7d680042c4b3dfcd) Merge branch 'master' into fix-wip-tag-containing-markup - [`d7fb4a7`](https://github.com/go-gitea/gitea/commit/d7fb4a7dd387c064ad0d162aa9aa77f0aefc50e9) Merge branch 'master' into fix-wip-tag-containing-markup ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `templates/repo/issue/new_form.tmpl` (+1 -1) </details> ### 📄 Description Fixes #4705 When WIP prefix contained `< >`, then the helper link didn't show the prefix because it was parsed by HTML. This PR provides the view an html escaped version of the first prefix (=the default one for UI) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 13:34:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17468