mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
NOISSUE fix typo
This commit is contained in:
parent
5cd558b259
commit
b68fbdf841
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li loop="$checklist => $key,$val" cond="!$val">
|
<li loop="$checklist => $key,$val" cond="!$val">
|
||||||
{@ $isDisable = TRUE}
|
{@ $isDisable = TRUE}
|
||||||
<strong>{$lang->install_checklist_title[$key]}ㅇ<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
<strong>{$lang->install_checklist_title[$key]}<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
||||||
:
|
:
|
||||||
<em><i class="x_icon-ban-circle x_icon-white"></i> {$lang->disable}</em>
|
<em><i class="x_icon-ban-circle x_icon-white"></i> {$lang->disable}</em>
|
||||||
<p>{$lang->install_checklist_desc[$key]}</p>
|
<p>{$lang->install_checklist_desc[$key]}</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue