From 501ce41c7c5712ca474bb59b350e51f5a67cc4a3 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 2 Oct 2005 06:23:40 +0000 Subject: charset added --- includes/todo.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/todo.php b/includes/todo.php index 2a45d35..007632d 100644 --- a/includes/todo.php +++ b/includes/todo.php @@ -43,6 +43,7 @@ if ($priority >= 1 && $priority <= 4) { $page = new Page(BASE.'templates/'.$template.'/todo.tpl'); $page->replace_tags(array( + 'charset' => $charset, 'cal' => $cal_title_full, 'vtodo_text' => $vtodo_text, 'description' => $description, -- cgit v1.2.3