Explicit form method/action for XHTML.
authorMike Taylor <mike@indexdata.com>
Mon, 25 Sep 2006 15:32:06 +0000 (15:32 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 25 Sep 2006 15:32:06 +0000 (15:32 +0000)
web/htdocs/details/add.mc
web/htdocs/details/find.mc

index a0bce9c..fad50b5 100644 (file)
@@ -1,4 +1,4 @@
-%# $Id: add.mc,v 1.2 2006-09-25 12:45:00 mike Exp $
+%# $Id: add.mc,v 1.3 2006-09-25 15:33:38 mike Exp $
 <%perl>
 if ($r->param("_add")) {
     my $host = $r->param("net.host");
@@ -13,7 +13,7 @@ if ($r->param("_add")) {
       Enter the connection details of the target you wish to add,
       then press the <b>Add</b> button.
      </p>
-     <form>
+     <form method="get" action="">
       <table class="searchform">
        <tr>
         <th>Host</th>
index 497dcb8..c76459e 100644 (file)
@@ -1,4 +1,4 @@
-%# $Id: find.mc,v 1.4 2006-09-20 11:13:15 mike Exp $
+%# $Id: find.mc,v 1.5 2006-09-25 15:32:06 mike Exp $
 % if ($r->param("_search")) {
 %     $m->comp("found.mc");
 % } else {
@@ -6,7 +6,7 @@
       Choose one or more critera by which to search for registered
       targets, then press the <b>Search</b> button.
      </p>
-     <form>
+     <form method="get" action="">
       <table class="searchform">
        <tr>
         <th>(Anywhere)</th>