Browse Source

Fixed view template

TerrySwift 11 years ago
parent
commit
be61d871da
1 changed files with 2 additions and 0 deletions
  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>