Skip to content

Commit 6474303

Browse files
authored
Merge pull request #2441 from garenchan/master
fix issue #2438: clear input in demo projects
2 parents 819e131 + 9b6d717 commit 6474303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/websocket/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<form action="/a/message/new" method="post" id="messageform">
1717
<table>
1818
<tr>
19-
<td><input name="body" id="message" style="width:500px"></td>
19+
<td><input type="text" name="body" id="message" style="width:500px"></td>
2020
<td style="padding-left:5px">
2121
<input type="submit" value="{{ _("Post") }}">
2222
<input type="hidden" name="next" value="{{ request.path }}">

0 commit comments

Comments
 (0)