added valign="top" to <td> tags in macro call for this.properties
This commit is contained in:
parent
2daf832db0
commit
601f2d6885
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@
|
|||
<tr>
|
||||
<td class="list_separator" colspan="3">app.properties</td>
|
||||
</tr>
|
||||
<% this.properties prefix="<tr><td class=\"list_property\" align=\"right\" width=\"200\">" separator="</td><td class=\"list_property\" width=\"5\"> </td><td class=\"list_property\" align=\"left\">" suffix="</td></tr>" %>
|
||||
<% this.properties prefix="<tr><td class=\"list_property\" align=\"right\" valign=\"top\" width=\"200\">" separator="</td><td class=\"list_property\" width=\"5\"> </td><td class=\"list_property\" align=\"left\" valign=\"top\">" suffix="</td></tr>" %>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue