From 67be1494616504a6a45be719a5f4b65a6dc41529 Mon Sep 17 00:00:00 2001
From: Herman van Rink <rink@initfour.nl>
Date: Fri, 14 Aug 2020 11:20:47 +0200
Subject: [PATCH] Use newline instead of komma

---
 interface/web/sites/templates/web_vhost_domain_edit.htm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm
index c79bbe658f..71badbec47 100644
--- a/interface/web/sites/templates/web_vhost_domain_edit.htm
+++ b/interface/web/sites/templates/web_vhost_domain_edit.htm
@@ -88,7 +88,8 @@
             <div class="form-group">
                    <label for="web_aliasdomains" class="col-sm-3 control-label">{tmpl_var name='dependent_domains_txt'}</label>
                    <div class="col-sm-9">
-                           <textarea name="web_aliasdomains" id="web_aliasdomains" class="form-control" disabled="disabled"><tmpl_loop name="web_aliasdomains_info">{tmpl_var name='domain'}, </tmpl_loop></textarea>
+                           <textarea name="web_aliasdomains" id="web_aliasdomains" class="form-control" disabled="disabled"><tmpl_loop name="web_aliasdomains_info">{tmpl_var name='domain'}
+</tmpl_loop></textarea>
                    </div>
             </div>
             </tmpl_if>
-- 
GitLab