mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Fix malformed tag in config_domains.html
This commit is contained in:
parent
1844fa4eee
commit
05b8e2e431
1 changed files with 2 additions and 1 deletions
|
|
@ -25,8 +25,9 @@
|
|||
<td class="nowr">{preg_replace('/\\(.+$/', '', $lang->ssl_options[$domain->security ?: 'none'])}</td>
|
||||
<td class="nowr">
|
||||
<a href="{getSiteUrl($domain->domain, '', 'mid', $module_list[$domain->index_module_srl]->mid)}" cond="$domain->index_module_srl && $module_list[$domain->index_module_srl]" target="_blank">
|
||||
{($domain->index_module_srl && $module_list[$domain->index_module_srl]) ? $module_list[$domain->index_module_srl]->browser_title : ''}</td>
|
||||
{($domain->index_module_srl && $module_list[$domain->index_module_srl]) ? $module_list[$domain->index_module_srl]->browser_title : ''}
|
||||
</a>
|
||||
</td>
|
||||
<td class="nowr">
|
||||
<a href="{getSiteUrl($domain->domain, '', 'mid', $module_list[$domain->index_module_srl]->mid, 'document_srl', $domain->index_document_srl)}" cond="$domain->index_document_srl" target="_blank">
|
||||
{$domain->index_document_srl ?: ''}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue