OSDN Git Service

* change writting.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 1 Jul 2006 05:54:13 +0000 (05:54 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 1 Jul 2006 05:54:13 +0000 (05:54 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1343 1a406e8e-add9-4483-a2c8-d8cac5b7c224

src/chxj_chtml10.c
src/mod_chxj.c

index 795df2d..a9c97fa 100644 (file)
@@ -388,6 +388,7 @@ chxj_exchange_chtml10(
   return dst;
 }
 
+
 /**
  * The CHTML structure is initialized.
  *
index 22bfbb1..3b51359 100644 (file)
@@ -560,7 +560,7 @@ chxj_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
       f->r->chunked = 1;
   }
 
-  dconf = ap_get_module_config(r->per_dir_config, &chxj_module);
+  dconf  = ap_get_module_config(r->per_dir_config, &chxj_module);
   entryp = chxj_apply_convrule(r, dconf->convrules);