From 05b8e2e431fbc7046785193e941743c1d06cb4c9 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 16 Apr 2017 17:37:10 +0900 Subject: [PATCH] Fix malformed tag in config_domains.html --- modules/admin/tpl/config_domains.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/admin/tpl/config_domains.html b/modules/admin/tpl/config_domains.html index 463746771..385c8d07d 100644 --- a/modules/admin/tpl/config_domains.html +++ b/modules/admin/tpl/config_domains.html @@ -25,8 +25,9 @@ {preg_replace('/\\(.+$/', '', $lang->ssl_options[$domain->security ?: 'none'])} - {($domain->index_module_srl && $module_list[$domain->index_module_srl]) ? $module_list[$domain->index_module_srl]->browser_title : ''} + {($domain->index_module_srl && $module_list[$domain->index_module_srl]) ? $module_list[$domain->index_module_srl]->browser_title : ''} + {$domain->index_document_srl ?: ''}