From fa93857117307a54e6e3feb4a80de6d7d19ccbed Mon Sep 17 00:00:00 2001 From: Julien Tant Date: Sun, 19 Aug 2018 21:00:10 +0200 Subject: [PATCH] allow WIP marker to contains < or > (#4709) --- templates/repo/issue/new_form.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index 943a9b246..f05ea333b 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -15,7 +15,7 @@
{{if .PageIsComparePull}} - {{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0) | Safe}} + {{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0| Escape) | Safe}} {{end}}
{{template "repo/issue/comment_tab" .}}