[gst-cvs] CVS: www/status admin.php,1.2,1.3

Andy Wingo wingo at users.sourceforge.net
Sat Oct 20 12:48:13 PDT 2001


Update of /cvsroot/gstreamer/www/status
In directory usw-pr-cvs1:/tmp/cvs-serv31292

Modified Files:
	admin.php 
Log Message:
fixed html bug

Index: admin.php
===================================================================
RCS file: /cvsroot/gstreamer/www/status/admin.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- admin.php	2001/10/14 21:22:01	1.2
+++ admin.php	2001/10/20 19:47:55	1.3
@@ -49,7 +49,7 @@
             echo "<option value=\"$key\">$value</option>";
           }
         }
-        print "</td>";
+        print "</select></td>";
         foreach ($relevant_fields[$category] as $value) {
           if ($value==3 || $value==4 || $value==10) {
             echo "<td><select name=\"$fields[$value]\">";





More information about the Gstreamer-commits mailing list