minor clarification

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2855 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-03-09 17:44:45 +00:00
parent 1de225472c
commit ee605b2027
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@
<ol start='1'>
<li>Append the XML character data of the FORM_TYPE field's &lt;value/&gt; element, followed by the '&lt;' character.</li>
<li>Sort the fields by the value of the "var" attribute.</li>
<li>For each field:
<li>For each field other than FORM_TYPE:
<ol start='1'>
<li>Append the value of the "var" attribute, followed by the '&lt;' character.</li>
<li>Sort values by the XML character data of the &lt;value/&gt; element.</li>