Преглед изворни кода

add missing content-type in the HTML case

tags/v0.99.beta17
Ben Wiley Sittler bsittler пре 16 година
родитељ
комит
9712d7a48e
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      caca-php/examples/www/render.php

+ 2
- 0
caca-php/examples/www/render.php Прегледај датотеку

@@ -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…
Откажи
Сачувај