]> git.mjollnir.org Git - moodle.git/commitdiff
Try to ignore some xhtml tagging by provide -H option to aspell
authorjulmis <julmis>
Tue, 31 Aug 2004 21:36:55 +0000 (21:36 +0000)
committerjulmis <julmis>
Tue, 31 Aug 2004 21:36:55 +0000 (21:36 +0000)
lib/speller/server-scripts/spellchecker.php

index d3574ab240e0ae5e0ab68a983e0038f66e7d6efc..248f743eccd6988acfe4bde77e6a39c2847cb5fd 100644 (file)
@@ -19,7 +19,7 @@ if(!($lang = check_language($aspell_prog))) {
     exit;
 }
 
-$aspell_opts = "-a --lang=$lang --encoding=utf-8";
+$aspell_opts = "-a -H --lang=$lang --encoding=utf-8";
 $tempfiledir = "./";
 $input_separator = "A";