Diff for /Amaya/amaya/HTML.trans between versions 1.22 and 1.23

version 1.22, 1999/03/04 18:21:55 version 1.23, 1999/03/09 14:38:27
Line 194  Merge Items: LI,(LI2:LI)+; Line 194  Merge Items: LI,(LI2:LI)+;
         LI > LI:;          LI > LI:;
         LI2 > LI:;          LI2 > LI:;
         }          }
   Remove Paragraph level: LI{P{(cont:*)+},?(next:*)+};
           {
           LI > LI:;
           cont > *;
           next > *;
           }
   
 Split Items: (LI{a:*,(b:*)+})+;  Split Items: (LI{a:*,(b:*)+})+;
         {          {
Line 410  Remove Center: (CENTER{*+})+; Line 416  Remove Center: (CENTER{*+})+;
         * > :*;          * > :*;
         }          }
   
 Remove Paragraph level: P{*+};  Remove Paragraph level: P{IMG};
         {          {
         * > :*;          IMG > :*;
         }          }
   
 Remove BlockQuote: BLOCKQUOTE{*+};  Remove BlockQuote: BLOCKQUOTE{*+};
         {          {

Removed from v.1.22  
changed lines
  Added in v.1.23


Webmaster