mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#18624559 : fixed wrong attirbute name of parameters
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7177 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
15be96f679
commit
cf6cdd10ad
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<node target="ipaddress" required="true" minlength="4" maxlength="250" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param param="ipaddress" target="ipaddress" />
|
||||
<param name="ipaddress" target="ipaddress" />
|
||||
</parameter>
|
||||
<response>
|
||||
<tag name="error" />
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<node target="word" required="true" minlength="1" maxlength="250" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param param="word" target="word" />
|
||||
<param name="word" target="word" />
|
||||
</parameter>
|
||||
<response>
|
||||
<tag name="error" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue