changeset 678:32724ab0d486

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Nov 2014 05:07:08 +0200
parents 64d80a7f7e26
children cbb66cb60930
files admajax.php
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Sun Nov 09 04:52:36 2014 +0200
+++ b/admajax.php	Sun Nov 09 05:07:08 2014 +0200
@@ -1313,8 +1313,7 @@
           }
 
           echo
-            "<form>\n".
-            " <table class=\"entries\">\n".
+            "<table class=\"entries\">\n".
             "  <tr>\n".
             "   <th style=\"width:4%;\">S#</th>\n".
             "   <th>Name</th>\n".
@@ -1343,8 +1342,7 @@
           }
 
           echo
-            " </table>\n".
-            "</form>\n";
+            "</table>\n";
         }
         break;