Skip to content

Instantly share code, notes, and snippets.

@syohex
Created August 8, 2012 05:16
Show Gist options
  • Save syohex/3292334 to your computer and use it in GitHub Desktop.
Save syohex/3292334 to your computer and use it in GitHub Desktop.
Patch for Amon2 realtime chat application example
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