Diff for /Amaya/amaya/styleparser.c between versions 1.324 and 1.325

version 1.324, 2005/07/06 12:49:19 version 1.325, 2005/07/06 13:48:34
Line 4617  static char *ParseCSSBackground (Element Line 4617  static char *ParseCSSBackground (Element
           else            else
             color = TRUE;              color = TRUE;
         }          }
         else {
           cssRule = SkipProperty (cssRule, FALSE);
         }
       cssRule = SkipBlanksAndComments (cssRule);        cssRule = SkipBlanksAndComments (cssRule);
     }      }
    return (cssRule);     return (cssRule);

Removed from v.1.324  
changed lines
  Added in v.1.325


Webmaster