فهرست منبع

* Fixed bug with last line of headers not displaying.

Tyler Akins 24 سال پیش
والد
کامیت
f76c525bcf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

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