OSDN Git Service

Bug: ixhtml(background-image)
authorcoltware <coltware@94a86f0a-4377-0410-8349-a3afc59ff858>
Tue, 10 Aug 2010 14:09:58 +0000 (14:09 +0000)
committerAtsushi Konno <konn@users.sourceforge.jp>
Wed, 29 Sep 2010 18:38:39 +0000 (03:38 +0900)
src/chxj_ixhtml10.c

index 566c956..9d5e5bf 100755 (executable)
@@ -1139,7 +1139,7 @@ s_ixhtml10_start_body_tag(void *pdoc, Node *node)
 
 
   W_L("<body");
-  if (attr_bgcolor || attr_text) {
+  if (attr_bgcolor || attr_text || attr_background) {
     W_L(" style=\"");
     if (attr_bgcolor) {
       attr_bgcolor = chxj_css_rgb_func_to_value(doc->pool, attr_bgcolor);