Commit cf980a03f03ef83e4b3808bdd1334e3770f837ec
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
Showing
1 changed file
with
2 additions
and
0 deletions
lib/templating/kt3template.inc.php
| @@ -278,6 +278,8 @@ class KTPage { | @@ -278,6 +278,8 @@ class KTPage { | ||
| 278 | } | 278 | } |
| 279 | } | 279 | } |
| 280 | 280 | ||
| 281 | + header('Content-type: text/html; charset=UTF-8'); | ||
| 282 | + | ||
| 281 | $oTemplating = new KTTemplating; | 283 | $oTemplating = new KTTemplating; |
| 282 | $oTemplate = $oTemplating->loadTemplate($this->template); | 284 | $oTemplate = $oTemplating->loadTemplate($this->template); |
| 283 | $aTemplateData = array( | 285 | $aTemplateData = array( |