Created
August 8, 2012 05:16
-
-
Save syohex/3292334 to your computer and use it in GitHub Desktop.
Patch for Amon2 realtime chat application example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/eg/realtime-chat/chat.psgi b/eg/realtime-chat/chat.psgi | |
index 30eb2d9..4e32d8b 100644 | |
--- a/eg/realtime-chat/chat.psgi | |
+++ b/eg/realtime-chat/chat.psgi | |
@@ -63,7 +63,7 @@ __DATA__ | |
<section class="row"> | |
<form id="form"> | |
<input type="text" name="message" id="message"> | |
- <inptu type="submit"> | |
+ <input type="submit"> | |
</form> | |
<pre id="log"></pre> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment