Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chan15 committed Dec 5, 2014
1 parent a3e7cf8 commit 4a4b18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h3>Create Table</h3>
<form id="create_table_form">
<div class="form_field">charset: <input type="text" name="charset" value="utf8"></div>
<div class="form_field">
collation: <select id="collation"></select>
collation: <select name="collation" id="collation"></select>
</div>
<div class="form_field">engine:
<select name="engine">
Expand Down

0 comments on commit 4a4b18c

Please sign in to comment.