Fix charset issue on note print page (#3879)
This commit is contained in:
parent
c6f5a8233b
commit
922cf59645
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ class kolab_notes_ui
|
|||
*/
|
||||
public function print_template()
|
||||
{
|
||||
header('Content-Type: text/html; charset=' . RCUBE_CHARSET);
|
||||
$this->rc->output->reset(true);
|
||||
echo $this->rc->output->parse('kolab_notes.print', false, false);
|
||||
exit;
|
||||
|
|
Loading…
Add table
Reference in a new issue