Fix double escape of lang code in index module title

This commit is contained in:
Kijin Sung 2021-02-08 20:55:32 +09:00
parent 8c2bfd8297
commit fb374a36ca

View file

@ -34,7 +34,7 @@
<td class="nowr rx_detail_marks">{preg_replace('/\\(.+$/', '', $lang->ssl_options[$domain->security ?: 'none'])}</td>
<td class="nowr rx_detail_marks">
<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 : ''}
{($domain->index_module_srl && $module_list[$domain->index_module_srl]) ? $module_list[$domain->index_module_srl]->browser_title : ''|noescape}
</a>
</td>
<td class="nowr rx_detail_marks">