From ea2eed85b6afedcf37443a4953bade0186b9aef2 Mon Sep 17 00:00:00 2001 From: andi Date: Sat, 11 Jun 2005 11:29:16 +0200 Subject: spellchecker fixes for Konqeror Konqeror seems to ignore the charset darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz --- inc/template.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'inc/template.php') diff --git a/inc/template.php b/inc/template.php index 035bfbdc1..bc2bc561b 100644 --- a/inc/template.php +++ b/inc/template.php @@ -166,23 +166,23 @@ function tpl_metaheaders(){ } // include some JavaScript language strings - ptln('',$it); // load the default JavaScript files - ptln('',$it); - ptln('',$it); - ptln('',$it); // load spellchecker script if wanted if($conf['spellchecker'] && ($ACT=='edit' || $ACT=='preview')){ - ptln('',$it); } -- cgit v1.2.3