Skip to content

Commit

Permalink
Merge pull request #85 from shinriyo/patch-2
Browse files Browse the repository at this point in the history
remove </div> tag
  • Loading branch information
miguelgrinberg committed Jan 5, 2015
2 parents 40b246e + a7c7028 commit 15c193c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Flask-SocketIO Test</h1>
<h2>Send:</h2>
<form id="emit" method="POST" action='#'>
<input type="text" name="emit_data" id="emit_data" placeholder="Message">
<input type="submit" value="Echo"></div>
<input type="submit" value="Echo">
</form>
<form id="broadcast" method="POST" action='#'>
<input type="text" name="broadcast_data" id="broadcast_data" placeholder="Message">
Expand Down

0 comments on commit 15c193c

Please sign in to comment.