Commit cf980a03f03ef83e4b3808bdd1334e3770f837ec

Authored by bshuttle
1 parent e7e6d3be

KTS-368: ensure that all pages are and advertise UTF-8


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4905 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/templating/kt3template.inc.php
... ... @@ -278,6 +278,8 @@ class KTPage {
278 278 }
279 279 }
280 280  
  281 + header('Content-type: text/html; charset=UTF-8');
  282 +
281 283 $oTemplating = new KTTemplating;
282 284 $oTemplate = $oTemplating->loadTemplate($this->template);
283 285 $aTemplateData = array(
... ...