From: Christopher Allan Webber Date: Sat, 21 Jan 2017 04:06:30 +0000 (-0600) Subject: rename #input to #main-input X-Git-Tag: fosdem-2017~106 X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=commitdiff_plain;h=8f1cfd1d4bcc9ecd7434e4d1f352d75ac371794f;ds=sidebyside rename #input to #main-input --- diff --git a/mudsync/networking.scm b/mudsync/networking.scm index 4417cfd..d62568b 100644 --- a/mudsync/networking.scm +++ b/mudsync/networking.scm @@ -220,7 +220,7 @@ (div (@ (class "stream-entry")) (p (b "") " Last one!")))) (div (@ (id "input-metabox")) - (input (@ (id "input")))))) + (input (@ (id "main-input")))))) (define (main-tmpl) `(html (@ (xmlns "http://www.w3.org/1999/xhtml"))