diff --git a/layouts/shortcodes/added-in.html b/layouts/shortcodes/added-in.html
index 9f18809d..855810e9 100644
--- a/layouts/shortcodes/added-in.html
+++ b/layouts/shortcodes/added-in.html
@@ -2,8 +2,8 @@
{{- with page.Params.version -}}
{{- if eq $ver . -}}
- [New in this version]
+ [New in this version]
{{- end -}}
{{- else -}}
- [Added in v{{ $ver }}]
+ [Added in v{{ $ver }}]
{{- end -}}
diff --git a/layouts/shortcodes/changed-in.html b/layouts/shortcodes/changed-in.html
index 17c1c787..6e4716e0 100644
--- a/layouts/shortcodes/changed-in.html
+++ b/layouts/shortcodes/changed-in.html
@@ -2,8 +2,8 @@
{{- with page.Params.version -}}
{{- if eq $ver . -}}
- [Changed in this version]
+ [Changed in this version]
{{- end -}}
{{- else -}}
- [Changed in v{{ $ver }}]
+ [Changed in v{{ $ver }}]
{{- end -}}