Rename: force_charset -> charset
authorshort <>
Fri, 23 Sep 2005 03:26:39 +0000 (03:26 +0000)
committershort <>
Fri, 23 Sep 2005 03:26:39 +0000 (03:26 +0000)
project/captive/Press.pm

index dc7c0ac..efc9761 100755 (executable)
@@ -34,7 +34,7 @@ My::Web->init(
                "css_push"=>"./Lib.css",
                "heading_novskip"=>1,
                "no_job"=>1,
-               "force_charset"=>"utf-8",
+               "charset"=>"utf-8",
                );
 My::Web->heading();
 print(project::Lib->section("captive"));