mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
reorder to pass tests after merge
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<tr>
|
||||
<td class="tdLabel"><label for="myname" class="label">mylabel:</label></td>
|
||||
<td class="tdInput"><input type="text" name="myname" size="10" value="%{1+1}" id="myname" anotherAttr="%{1+1}" secondAttr="second_%{1+1}"/></td>
|
||||
<td class="tdInput"><input type="text" name="myname" size="10" value="%{1+1}" id="myname" secondAttr="second_%{1+1}" anotherAttr="%{1+1}"/></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user