summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Arnold <arnold.maxim@gmail.com>2018-11-28 00:15:10 +0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-11-27 18:15:10 +0100
commitaba2647c152ffff927f42523b77ee6651630cd67 (patch)
treedd1324555b75d08d8b38b32e1624cc65a47e241f
parentf37c5a25676db89c0e804ccaac69bb392758192b (diff)
tpl: Fix whitespace issue
Introduced in #5276.
-rw-r--r--tpl/tplimpl/embedded/templates/shortcodes/figure.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/tplimpl/embedded/templates/shortcodes/figure.html b/tpl/tplimpl/embedded/templates/shortcodes/figure.html
index 2da48ca8f..f81bdadfc 100644
--- a/tpl/tplimpl/embedded/templates/shortcodes/figure.html
+++ b/tpl/tplimpl/embedded/templates/shortcodes/figure.html
@@ -17,7 +17,7 @@
{{- end -}}
{{- if or (.Get "caption") (.Get "attr") -}}<p>
{{- .Get "caption" | markdownify -}}
- {{- with .Get "attrlink" -}}
+ {{- with .Get "attrlink" }}
<a href="{{ . }}">
{{- end -}}
{{- .Get "attr" | markdownify -}}