From 450fc9a12015317eaafd1876932bd358fad4054a Mon Sep 17 00:00:00 2001
From: zeripath <art27@cantab.net>
Date: Tue, 16 Apr 2019 22:37:35 +0100
Subject: [PATCH] Fix 6655 - there is no need to EscapePound .Link as it is
 already escaped (#6656)

Signed-off-by: Andrew Thornton <art27@cantab.net>
---
 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 7dafc6766c3..73b59e3cb83 100644
--- a/templates/repo/issue/new_form.tmpl
+++ b/templates/repo/issue/new_form.tmpl
@@ -1,4 +1,4 @@
-<form class="ui comment form stackable grid" action="{{EscapePound .Link}}" method="post">
+<form class="ui comment form stackable grid" action="{{.Link}}" method="post">
 	{{.CsrfTokenHtml}}
 	{{if .Flash}}
 		<div class="sixteen wide column">