Browse Source

Removed content type from view page

Removed content type from view page
Sanjoy Dey 9 years ago
parent
commit
eda065f2ec

+ 1 - 2
frameworks/PHP/cygnite-php-framework/apps/views/bench/fortunes.view.php

@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html>
 <head>
-    <meta charset=“utf-8”> vs <meta http-equiv=“Content-Type”>
     <title>Fortunes</title>
 </head>
 
@@ -21,4 +20,4 @@
 
 </table>
 </body>
-</html>
+</html>