From 9d51994f41e91a1a810da17d8748adb82e507de4 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Thu, 2 May 2019 10:26:21 -0600 Subject: [PATCH] Remove misplaced html tag Change-Id: Ifcca3ec33a4486ebcecf941c9817e92af34b84a4 --- docker/gitea/custom/templates/repo/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/custom/templates/repo/header.tmpl b/docker/gitea/custom/templates/repo/header.tmpl index 1842fde907..d264c3682b 100644 --- a/docker/gitea/custom/templates/repo/header.tmpl +++ b/docker/gitea/custom/templates/repo/header.tmpl @@ -31,7 +31,7 @@ {{if .Permission.CanRead $.UnitTypeExternalTracker}} - {{.i18n.Tr "repo.issues"}} + {{.i18n.Tr "repo.issues"}} {{end}}