diff --git a/layouts/shortcodes/cs-module.html b/layouts/shortcodes/cs-module.html
index 89ea72ef..475ebd48 100644
--- a/layouts/shortcodes/cs-module.html
+++ b/layouts/shortcodes/cs-module.html
@@ -11,6 +11,6 @@
{{ with .Site.GetPage "client-server-api/modules" }}
{{ with .Resources.GetMatch (printf "%s%s" $name ".md") }}
- {{ .Content }}
+{{ .Content }}
{{ end }}
{{ end }}
diff --git a/layouts/shortcodes/rver-fragment.html b/layouts/shortcodes/rver-fragment.html
index 2a69f9ea..a10be8b5 100644
--- a/layouts/shortcodes/rver-fragment.html
+++ b/layouts/shortcodes/rver-fragment.html
@@ -24,6 +24,6 @@
{{ $content = (replace $content "[New in this version]" "") }}
{{ $content = (replace $content "[Changed in this version]" "") }}
{{ end }}
- {{ $content | safeHTML }}
+{{ $content | safeHTML }}
{{ end }}
{{ end }}