From 63bc27e6e16de4a4724bb78745d66c0dc0d8fa15 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 5 Oct 2017 22:16:09 +0200 Subject: [PATCH] docs: fix new paragraph after zrepl-issue shortcode --- docs/layouts/shortcodes/zrepl-issue.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/layouts/shortcodes/zrepl-issue.html b/docs/layouts/shortcodes/zrepl-issue.html index f0338d3..93dac23 100644 --- a/docs/layouts/shortcodes/zrepl-issue.html +++ b/docs/layouts/shortcodes/zrepl-issue.html @@ -1,5 +1 @@ -{{if .Get 0 }} -(Issue #{{.Get 0}}) -{{else}} -{{.missingParameter}} -{{end}} +{{if .Get 0 }}(Issue #{{.Get 0}}){{else}}{{.missingParameter}}{{end}}