rename #input to #main-input
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Jan 2017 04:06:30 +0000 (22:06 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Jan 2017 04:06:30 +0000 (22:06 -0600)
mudsync/networking.scm

index 4417cfd27e898f4061992aad69bc65f820c58216..d62568b36f72da0568b854542ec33cba08b8262a 100644 (file)
                 (div (@ (class "stream-entry"))
                      (p (b "<bar>") " Last one!"))))
       (div (@ (id "input-metabox"))
                 (div (@ (class "stream-entry"))
                      (p (b "<bar>") " Last one!"))))
       (div (@ (id "input-metabox"))
-           (input (@ (id "input"))))))
+           (input (@ (id "main-input"))))))
 
   (define (main-tmpl)
     `(html (@ (xmlns "http://www.w3.org/1999/xhtml"))
 
   (define (main-tmpl)
     `(html (@ (xmlns "http://www.w3.org/1999/xhtml"))