Diff for /Amaya/amaya/styleparser.c between versions 1.234 and 1.235

version 1.234, 2003/10/14 14:29:03 version 1.235, 2003/10/14 16:02:36
Line 5361  char ReadCSSRules (Document docRef, CSSI Line 5361  char ReadCSSRules (Document docRef, CSSI
                             base = strstr (&CSSbuffer[import], "all");                              base = strstr (&CSSbuffer[import], "all");
                           if (base == NULL)                            if (base == NULL)
                             ignore = TRUE;                              ignore = TRUE;
                             noRule = TRUE;
                         }                          }
                       else if (!strncasecmp (&CSSbuffer[import+1], "page", 4))                        else if (!strncasecmp (&CSSbuffer[import+1], "page", 4))
                         page = TRUE;                          {
                             page = TRUE;
                             noRule = TRUE;
                           }
                       else if (!strncasecmp (&CSSbuffer[import+1], "font-face", 9))                        else if (!strncasecmp (&CSSbuffer[import+1], "font-face", 9))
                         fontface = TRUE;                          {
                       noRule = TRUE;                            fontface = TRUE;
                             noRule = TRUE;
                           }
                     }                      }
                 }                  }
               break;                break;

Removed from v.1.234  
changed lines
  Added in v.1.235


Webmaster