From 2e86dd528354a8267521e045a185f920683e4724 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 26 Apr 2016 02:01:45 -0400 Subject: [PATCH] Merge branch 'master' into 'stable-3.1' --- interface/web/sites/templates/web_vhost_domain_edit.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/templates/web_vhost_domain_edit.htm b/interface/web/sites/templates/web_vhost_domain_edit.htm index 95e97e7..ec9005a 100644 --- a/interface/web/sites/templates/web_vhost_domain_edit.htm +++ b/interface/web/sites/templates/web_vhost_domain_edit.htm @@ -74,7 +74,7 @@ {tmpl_var name='ip_address'} </select></div> </div> - <div class="form-group" style="display:none"> + <div class="form-group"> <label for="ipv6_address" class="col-sm-3 control-label">{tmpl_var name='ipv6_address_txt'}</label> <div class="col-sm-9"><select name="ipv6_address" id="ipv6_address" class="form-control"> {tmpl_var name='ipv6_address'} -- Gitblit v1.9.1