From 2c005dbe3f939d008a12d9ea8cf0f9432a000ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 13 Mar 2019 18:49:45 +0100 Subject: [PATCH] Show part comment with the correct intendation. --- templates/show_part_info.html.twig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/show_part_info.html.twig b/templates/show_part_info.html.twig index a4e9db35..763e1210 100644 --- a/templates/show_part_info.html.twig +++ b/templates/show_part_info.html.twig @@ -45,10 +45,12 @@ {{ "TODO" }} {% if part.comment != "" %} -
- - {{ part.comment|nl2br }} -
+
+ +
+ {{ part.comment|nl2br }} +
+
{% endif %}