Assembla home | Assembla project page
 

Ticket #74 (closed Enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Some MY_Controller enhancement

Reported by: DyaGa Assigned to:
Priority: normal Milestone: Version 0.5
Component: General Code Version: 0.4
Severity: normal Keywords:
Cc:

Description

backend\system\application\libraries\MY_Controller.php

line:58

$this->page->set_metatag('content-type','text/html; charset=utf-8',TRUE);

For my Russian projects I use next lines:

$this->output->set_header('Content-Type: text/html; charset='.config_item('charset'));
$this->page->set_metatag('content-type','text/html; charset='.config_item('charset'),TRUE);

Change History

12/24/08 19:03:11 changed by aprice30

  • status changed from new to closed.
  • resolution set to fixed.

(In [195]) Fixed some spelling errors and updated the MY_Controller class so the charset is taken from the config file, Closes #71, #76, #74, #77