소스 검색

* 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;