Diff for /Amaya/amaya/HTMLT.T between versions 1.175 and 1.176

version 1.175, 2006/12/01 15:37:54 version 1.176, 2006/12/01 16:24:56
Line 1207  RULES Line 1207  RULES
         NoLineBreak;          NoLineBreak;
         Create '<?';          Create '<?';
         {NoTranslation;}          {NoTranslation;}
         IF Within BODY    IF Within Paragraph
         Create '?>' after;          Create '?>' after;
         IF not Within BODY    IF Within List_Item
           Create '?>' after;
           IF not Within Paragraph and not Within List_Item
         Create '?>\12' after;          Create '?>\12' after;
         END;          END;
   

Removed from v.1.175  
changed lines
  Added in v.1.176


Webmaster