Skip to content

Commit

Permalink
set default size to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
melvincarvalho committed Dec 11, 2011
1 parent eac8913 commit 597f91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -63,7 +63,7 @@ <h5 id="welcome"></h5>
<li id="lightweight">
<form>
<input size="20" type="text" id="payee" name="payee" value="testdummy@opentabs.net" />
<input type="text" size="5" id="quantity" name="amount" value="1" />
<input type="text" size="5" id="quantity" name="amount" value="5" />
<input size="5" type="text" id="currency" name="currency" value="EUR" />
<input type="button" value="Send" id="save" />
</form>
Expand Down

0 comments on commit 597f91b

Please sign in to comment.