mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
Fix #2134 broken lang code input area in extra_keys.html
This commit is contained in:
parent
dba1186074
commit
8c951d2aed
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
<div class="x_control-group">
|
<div class="x_control-group">
|
||||||
<label class="x_control-label" for="lang_desc">{$lang->description}</label>
|
<label class="x_control-label" for="lang_desc">{$lang->description}</label>
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
<input type="text" name="desc" id="desc" value="{$selected_var->desc}" class="lang_code" />
|
<input type="text" name="desc" id="desc" value="<!--@if(strpos($selected_var->desc, '$user_lang->') === false)-->{$selected_var->desc}<!--@else-->{escape($selected_var->desc, false)}<!--@end-->" class="lang_code" />
|
||||||
<p class="x_help-block">{$lang->about_extra_vars_description}</p>
|
<p class="x_help-block">{$lang->about_extra_vars_description}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue