浏览代码

allow WIP marker to contains < or > (#4709)

tags/v1.6.0-dev
Julien Tant 5 年前
父节点
当前提交
fa93857117
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      templates/repo/issue/new_form.tmpl

+ 1
- 1
templates/repo/issue/new_form.tmpl 查看文件

@@ -15,7 +15,7 @@
<div class="field">
<input name="title" id="issue_title" placeholder="{{.i18n.Tr "repo.milestones.title"}}" value="{{.title}}" tabindex="3" autofocus required>
{{if .PageIsComparePull}}
<span class="title_wip_desc">{{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0) | Safe}}</span>
<span class="title_wip_desc">{{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0| Escape) | Safe}}</span>
{{end}}
</div>
{{template "repo/issue/comment_tab" .}}

正在加载...
取消
保存