#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:
haneul 2010-01-19 13:37:50 +00:00
parent 15be96f679
commit cf6cdd10ad
2 changed files with 2 additions and 2 deletions

View file

@ -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" />

View file

@ -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" />