소스 검색

Fixed view template

TerrySwift 11 년 전
부모
커밋
be61d871da
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      php-yaf/app/modules/Bench/views/raw/fortunes.phtml

+ 2 - 0
php-yaf/app/modules/Bench/views/raw/fortunes.phtml

@@ -1,3 +1,4 @@
+<!DOCTYPE html><html><head><title>Fortunes</title></head><body>
 <table>
   <tr>
     <th>id</th>
@@ -10,3 +11,4 @@
     </tr>
   <?php } ?>
 </table>
+</body></html>