]> git.plutz.net Git - httpchat/blobdiff - channel.sh
styling for front page and and channel create page
[httpchat] / channel.sh
index dfa6528d492f2adfdd4586a1081dbde809b02400..f8c97a43ae1622f627f518d52a9df40c6d0e5f3f 100755 (executable)
@@ -53,9 +53,10 @@ nicklist(){
 
 if [ ! -f "$chatfile" ]; then
   yield_page create <<-EOF
+       [h1 No such Channel]
        [form #nonexist method="POST"
           There is no channel named $(HTML "$LOCATION")
-          [submit "action" "create" Create]
+          [submit "action" "create" Set Up]
        ]
        EOF
 else