form.anubis.rej 415 Bytes
diff a/web/form.anubis b/web/form.anubis	(rejected hunks)
@@ -521,7 +521,6 @@
   
     message(t)  then literal(t),
  
-    input(options, _label, id, wan, default, w, mand) then
     input(options, _label, _id, _name, default, w, mand) then
       sequence([
         input([class("in"), options], name(_name.name), value(get_String(lwa, wan.name, default.value)), size(pixels(w)) . options], star(_label, mand)),