Diff for /Amaya/amaya/fetchXMLname.c between versions 1.99 and 1.100

version 1.99, 2008/10/09 07:09:00 version 1.100, 2008/10/14 16:28:45
Line 426  ThotBool IsXMLElementInline (ElementType Line 426  ThotBool IsXMLElementInline (ElementType
         ptr = XHTMLElemMappingTable;          ptr = XHTMLElemMappingTable;
 #ifdef TEMPLATES  #ifdef TEMPLATES
       else if (strcmp ("Template", name) == 0)        else if (strcmp ("Template", name) == 0)
         ptr = TemplateElemMappingTable;          return FALSE;
 #endif /* TEMPLATES */  #endif /* TEMPLATES */
       else        else
         ptr = NULL;          ptr = NULL;

Removed from v.1.99  
changed lines
  Added in v.1.100


Webmaster