r613 - trunk/web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 3 01:02:37 EST 2006


Author: floam
Date: 2006-03-03 01:02:36 -0500 (Fri, 03 Mar 2006)
New Revision: 613

Modified:
   trunk/web/include/getdata.php
Log:
Fix one more validation error.


Modified: trunk/web/include/getdata.php
===================================================================
--- trunk/web/include/getdata.php	2006-03-03 06:00:54 UTC (rev 612)
+++ trunk/web/include/getdata.php	2006-03-03 06:02:36 UTC (rev 613)
@@ -242,8 +242,10 @@
 THIS AGREEMENT.
 </pre>
 <form method=\"post\" action=\"?page=getdata\">
-	<input type=\"submit\" name=\"agree\" value=\"I Agree\" />
-	<input type=\"submit\" name=\"agree\" value=\"I Do Not Agree\" />
+	<fieldset>
+		<input type=\"submit\" name=\"agree\" value=\"I Agree\" />
+		<input type=\"submit\" name=\"agree\" value=\"I Do Not Agree\" />
+	</fieldset>
 </form>";
 }
 echo $html;




More information about the quake3-commits mailing list