Quellcode durchsuchen

* Fixed bug with last line of headers not displaying.

Tyler Akins vor 24 Jahren
Ursprung
Commit
f76c525bcf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -42,7 +42,7 @@
       echo '<tr><td>';
       echo '<tr><td>';
 
 
       $cnum = 0;
       $cnum = 0;
-      for ($i=1; $i < count($read)-1; $i++) {
+      for ($i=1; $i < count($read); $i++) {
          $line = htmlspecialchars($read[$i]);
          $line = htmlspecialchars($read[$i]);
 			if (eregi("^&gt;", $line)) {
 			if (eregi("^&gt;", $line)) {
 				$second[$i] = $line;
 				$second[$i] = $line;