From f0a8b3bb17f2e4217bb7ea214c944c0d3c87aea5 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 8 Aug 2016 21:57:26 +0900 Subject: [PATCH] (refs #1264) BugFix: File attachment does not work on the issue comment --- src/main/twirl/gitbucket/core/helper/preview.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/helper/preview.scala.html b/src/main/twirl/gitbucket/core/helper/preview.scala.html index e338ebc05..eba73cda2 100644 --- a/src/main/twirl/gitbucket/core/helper/preview.scala.html +++ b/src/main/twirl/gitbucket/core/helper/preview.scala.html @@ -30,7 +30,7 @@ @gitbucket.core.helper.html.attached( repository = repository, completionContext = completionContext, - generateScript = enableWikiLink + generateScript = !enableWikiLink )(textarea)