mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
Fix exposed lang code in group names
This commit is contained in:
parent
78229aa944
commit
4d5fac5d77
3 changed files with 6 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<div id="zone_{$grant_name}" hidden style="margin-top:8px">
|
||||
<label loop="$group_list => $group_srl, $group_item" for="grant_{$grant_name}_{$group_srl}">
|
||||
<input type="checkbox" name="{$grant_name}[]" value="{$group_item->group_srl}" id="grant_{$grant_name}_{$group_srl}" />
|
||||
{$group_item->title}
|
||||
{Context::replaceUserLang($group_item->title, true)}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue