Diff for /Amaya/amaya/styleparser.c between versions 1.149 and 1.150

version 1.149, 2002/09/05 10:21:03 version 1.150, 2002/09/05 10:53:30
Line 4060  static char *ParseGenericSelector (char Line 4060  static char *ParseGenericSelector (char
       if (deb[0] != EOS)        if (deb[0] != EOS)
         {          {
           names[0] = deb;            names[0] = deb;
           if (!strcmp (names, "html"))            if (!strcmp (names[0], "html"))
             /* give a greater priority to the backgoud color of html */              /* give a greater priority to the backgoud color of html */
             specificity += 3;              specificity += 3;
           else            else

Removed from v.1.149  
changed lines
  Added in v.1.150


Webmaster