summaryrefslogtreecommitdiffstats
path: root/templates/repo/create.tmpl
diff options
context:
space:
mode:
authorBwko <bouwko@gmail.com>2018-04-10 05:43:37 +0200
committerLauris BH <lauris@nix.lv>2018-04-10 06:43:37 +0300
commit38a9cda4bbcddff59c856d42de714b6764887fde (patch)
treeb6c7ea5e0886c6b72365e8d01a436b5c69d8a820 /templates/repo/create.tmpl
parent8ee45eb614eaa4814936a2166addc8c1208ea1f5 (diff)
downloadgitea-38a9cda4bbcddff59c856d42de714b6764887fde.tar.gz
gitea-38a9cda4bbcddff59c856d42de714b6764887fde.zip
Remove unnecessary Safe tags (#3778)
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r--templates/repo/create.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index 7e608b1d34..ff66bf17a1 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -36,7 +36,7 @@
<div class="inline required field {{if .Err_RepoName}}error{{end}}">
<label for="repo_name">{{.i18n.Tr "repo.repo_name"}}</label>
<input id="repo_name" name="repo_name" value="{{.repo_name}}" autofocus required>
- <span class="help">{{.i18n.Tr "repo.repo_name_helper" | Safe}}</span>
+ <span class="help">{{.i18n.Tr "repo.repo_name_helper"}}</span>
</div>
<div class="inline field">
<label>{{.i18n.Tr "repo.visibility"}}</label>