From eb3fc990f5f743d02e6474ca35405aebcab6c0e2 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Sat, 3 Aug 2013 05:44:39 -0400 Subject: [PATCH] Web editor: Don't add newlines in comments --- templates/mod/config-editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mod/config-editor.html b/templates/mod/config-editor.html index d333e9a2..4200c116 100644 --- a/templates/mod/config-editor.html +++ b/templates/mod/config-editor.html @@ -49,8 +49,8 @@ {{ var.type|e }} - - {{ var.comment|join('
') }} + + {{ var.comment|join(' ') }} {% endfor %}