mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix double escape of lang code in index module title
This commit is contained in:
parent
8c2bfd8297
commit
fb374a36ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue