buildlogs: index.php Now browser does all word wrapping.

arekm arekm at pld-linux.org
Sat Oct 18 12:30:09 CEST 2014


Author: arekm                        Date: Sat Oct 18 10:30:09 2014 GMT
Module: buildlogs                     Tag: HEAD
---- Log message:
Now browser does all word wrapping.

---- Files affected:
buildlogs:
   index.php (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: buildlogs/index.php
diff -u buildlogs/index.php:1.35 buildlogs/index.php:1.36
--- buildlogs/index.php:1.35	Sat Oct 18 12:25:20 2014
+++ buildlogs/index.php	Sat Oct 18 12:30:03 2014
@@ -360,11 +360,6 @@
 	$out_buf_size = 0;
 	while (($s = fgets($fd, 102400)) != false) {
 
-		if (strlen($s) > 800) {
-			$s = chunk_split($s, 800, "\n    ");
-			$s = trim($s);
-		}
-
 		$toc_elem = false;
 		$err_elem = false;
 
================================================================

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



More information about the pld-cvs-commit mailing list