Diff for /Amaya/amaya/HTMLT.T between versions 1.164 and 1.165

version 1.164, 2004/12/09 15:35:41 version 1.165, 2005/02/23 15:33:46
Line 1204  RULES Line 1204  RULES
  Comment\240: BEGIN   Comment\240: BEGIN
         NoLineBreak;          NoLineBreak;
         Create '<!--';          Create '<!--';
         NoTranslation;          {NoTranslation;}
         Create '-->\12' after;          Create '-->\12' after;
         END;          END;
   
Line 1215  RULES Line 1215  RULES
  XMLPI: BEGIN   XMLPI: BEGIN
         NoLineBreak;          NoLineBreak;
         Create '<?';          Create '<?';
         NoTranslation;          {NoTranslation;}
         IF Within BODY          IF Within BODY
         Create '?>' after;          Create '?>' after;
         IF not Within BODY          IF not Within BODY

Removed from v.1.164  
changed lines
  Added in v.1.165


Webmaster