Another patch for 9-13-2003 build

Andrew Goodney <[email protected]> Wed, 26 Nov 2003 13:58:39 -0800
Newsgroups gmane.linux.drivers.wireless.access-point
Message-ID <[email protected]>
Here is another patch that fixes the html output on the CGI page of the 
web interface. The "SAVE" button was outside the form. Course I just 
noticed the output from the CGI is pretty messy when you click 
save...expect another patch.

user@host:/usr/src/linuxAP/cgi# diff -c setup.c.orig setup.c
*** setup.c.orig        Wed Nov 26 13:39:11 2003
--- setup.c     Wed Nov 26 13:40:12 2003
***************
*** 131,139 ****
          (*func)("option");
      }
      otf(tabl("/"));
-     otf(form("/",NULL));
      printf("<br>Click SAVE to save configuration changes<br>\n");
      otf(isub("f_click","SAVE"));
      printf("</body></html>\n");
  }
 
--- 131,139 ----
          (*func)("option");
      }
      otf(tabl("/"));
      printf("<br>Click SAVE to save configuration changes<br>\n");
      otf(isub("f_click","SAVE"));
+     otf(form("/",NULL));
      printf("</body></html>\n");
  }