Diff for /Amaya/amaya/HTMLbook.c between versions 1.78 and 1.79

version 1.78, 2000/12/06 11:42:24 version 1.79, 2000/12/08 11:30:38
Line 517  Document            doc; Line 517  Document            doc;
     }      }
       
   /* get the path dir where css files have to be stored */    /* get the path dir where css files have to be stored */
   if ((DocumentTypes[doc] == docHTML) || (DocumentTypes[doc] == docSVG) &&    if ((DocumentTypes[doc] == docHTML || DocumentTypes[doc] == docSVG) &&
       !IgnoreCSS)        !IgnoreCSS)
     {      {
       TtaGetPrintNames (&files, &dir);        TtaGetPrintNames (&files, &dir);

Removed from v.1.78  
changed lines
  Added in v.1.79


Webmaster