buildlogs: index.php - move status table html closure after parsing logfile

glen glen at pld-linux.org
Sat Sep 7 23:18:29 CEST 2013


Author: glen                         Date: Sat Sep  7 21:18:29 2013 GMT
Module: buildlogs                     Tag: HEAD
---- Log message:
- move status table html closure after parsing logfile

---- Files affected:
buildlogs:
   index.php (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: buildlogs/index.php
diff -u buildlogs/index.php:1.21 buildlogs/index.php:1.22
--- buildlogs/index.php:1.21	Sat Sep  7 18:58:53 2013
+++ buildlogs/index.php	Sat Sep  7 23:18:24 2013
@@ -336,7 +336,6 @@
 		getenv("SCRIPT_NAME") . "?idx=$idx&ok=$ok&id=$id</a>" .
 	     "</td></tr>"; */
 
-	echo "</table>";
 
 
 	# what can I say beside PHP suxx? how the fuck should I create
@@ -388,6 +387,8 @@
 	pclose($fd);
 	$code = ob_get_contents();
 	ob_end_clean();
+
+	echo "</table>";
 
 	if (!empty($toc)) {
 		echo "<h2>"._("Toc:")."</h2>";
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/buildlogs/index.php?r1=1.21&r2=1.22



More information about the pld-cvs-commit mailing list