diff --git a/content/impressum.md b/content/impressum.md
index b7eb6eaa53df0cd695b6f94c7050777fe94bc248..075f2013045162ca2bbcd7bf6174c343bef4420b 100644
--- a/content/impressum.md
+++ b/content/impressum.md
@@ -36,6 +36,7 @@ Der Verein ist telefonisch nicht zu erreichen.
 {{% vorstand %}}
 
 **Registergericht:** Amtsgericht München
+
 **Vereinsregisternummer**: 16245
 
 ## Ãœber diese Webseite
diff --git a/layouts/shortcodes/dl.html b/layouts/shortcodes/dl.html
index 39f6621554e9c23fe26b1427e540f1fb3ac98e7b..d5ac41ae387aadb89c8ce0a000a25f0c23d098c8 100644
--- a/layouts/shortcodes/dl.html
+++ b/layouts/shortcodes/dl.html
@@ -1,6 +1,6 @@
 <dl>
     <dt>{{ .Get "title" }}</dt>
     <dd>
-        {{ .Inner }}
+        {{ replace .Inner "\n" "<br/>" | safeHTML }}
     </dd>
-</dl>
\ No newline at end of file
+</dl>