mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 434 fixed rule value
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9571 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ba7c123caa
commit
a2f2385464
2 changed files with 6 additions and 4 deletions
|
|
@ -17,7 +17,7 @@
|
|||
</select>
|
||||
</p>
|
||||
<p class="q multiExample">{$lang->about_multi_type}</p>
|
||||
<p class="a multiExample"><textarea rows="5" cols="42" id="multiSelect" name="default_value">{implode('<enter>', $default_value)}</textarea></p>
|
||||
<p class="a multiExample"><textarea rows="5" cols="42" id="multiSelect" name="default_value"><block cond="$default_value">{implode('<enter>', $default_value)}</block></textarea></p>
|
||||
</li>
|
||||
<script type="text/javascript">
|
||||
var $ = jQuery;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue