From 28e0003a9a30292bfde21581f0c49f78b4647883 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 20 Mar 2018 20:10:56 -0400 Subject: [PATCH] templates/repo/branches: escape pound in branch name (#4874) --- templates/repo/settings/branches.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/settings/branches.tmpl b/templates/repo/settings/branches.tmpl index fa4df769a..7c1b3f498 100644 --- a/templates/repo/settings/branches.tmpl +++ b/templates/repo/settings/branches.tmpl @@ -41,7 +41,7 @@ @@ -50,7 +50,7 @@
{{range .ProtectBranches}}
- {{.}} + {{.}}
{{end}}