mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 16:59:55 +09:00
샘플레이아웃에서 conf/info.xml에 영문 설명에 "(따옴표)가 들어 있어 xml parsing이 안되던 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1957 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2f4265e1f
commit
2474fcb6a6
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
</description>
|
||||
<description xml:lang="en">
|
||||
This is a sample layout consists of the most basic features.
|
||||
It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using Javascript function.
|
||||
It has two menues each named 'main_menu' and 'bottom_menu', and they are displayed by using Javascript function.
|
||||
Javascript version is so convenient to create layouts, but reduces the degree of freedom though.
|
||||
</description>
|
||||
<description xml:lang="es">
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
</description>
|
||||
<description xml:lang="en">
|
||||
This is a sample layout consists of the most basic features.
|
||||
It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using PHP codes.
|
||||
It has two menues each named 'main_menu' and 'bottom_menu', and they are displayed by using PHP codes.
|
||||
PHP version is more complex to create layouts than with Javascript, but increases the degree of freedom though.
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue