Diff for /Amaya/amaya/styleparser.c between versions 1.333 and 1.334

version 1.333, 2005/09/23 08:17:43 version 1.334, 2005/12/01 17:15:34
Line 4605  static char *ParseCSSBackground (Element Line 4605  static char *ParseCSSBackground (Element
       /* perhaps a Background Image */        /* perhaps a Background Image */
       if (!strncasecmp (cssRule, "url", 3) || !strncasecmp (cssRule, "none", 4))        if (!strncasecmp (cssRule, "url", 3) || !strncasecmp (cssRule, "none", 4))
         {          {
             if (!strncasecmp (cssRule, "none", 4))
               repeat = TRUE;
           cssRule = ParseCSSBackgroundImage (element, tsch, ctxt, cssRule,            cssRule = ParseCSSBackgroundImage (element, tsch, ctxt, cssRule,
                                              css, isHTML);                                               css, isHTML);
           img = TRUE;            img = TRUE;

Removed from v.1.333  
changed lines
  Added in v.1.334


Webmaster