From 8f1cfd1d4bcc9ecd7434e4d1f352d75ac371794f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 20 Jan 2017 22:06:30 -0600 Subject: [PATCH] rename #input to #main-input --- mudsync/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- 2.31.1