OSDN Git Service

* Changed Mode=WP action for iPhone/Android.
[modchxj/mod_chxj.git] / include / chxj_ixhtml10.h
index a5f3047..f8a4484 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2009 Atsushi Konno All rights reserved.
+ * Copyright (C) 2005-2011 Atsushi Konno All rights reserved.
  * Copyright (C) 2005 QSDN,Inc. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -53,6 +53,8 @@ struct ixhtml10_t {
   css_stylesheet_t    *style;
   css_prop_list_stack_t *css_prop_stack;
   int                 start_html_flag;
+
+  char                *pagetitle;
 };
 
 typedef struct _ixhtml10_flags_t ixhtml10_flags_t;