Browse Source

add missing content-type in the HTML case

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 years ago
parent
commit
9712d7a48e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      caca-php/examples/www/render.php

+ 2
- 0
caca-php/examples/www/render.php View File

@@ -45,6 +45,8 @@ $render_php = isset($_SERVER['SCRIPT_NAME'])
:
'render.php';

header("Content-type: text/html; charset=UTF-8");

?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



Loading…
Cancel
Save