Diff for /Amaya/amaya/AHTURLTools.c between versions 1.158 and 1.159

version 1.158, 2002/12/06 10:32:06 version 1.159, 2002/12/11 15:34:02
Line 522  ThotBool IsHTMLName (const char *path) Line 522  ThotBool IsHTMLName (const char *path)
           !strcmp (nsuffix, "htm") ||            !strcmp (nsuffix, "htm") ||
           !strcmp (nsuffix, "shtml") ||            !strcmp (nsuffix, "shtml") ||
           !strcmp (nsuffix, "jsp") ||            !strcmp (nsuffix, "jsp") ||
             !strcmp (nsuffix, "tpl") ||
           !strcmp (nsuffix, "xht") ||            !strcmp (nsuffix, "xht") ||
           !strcmp (nsuffix, "xhtm") ||            !strcmp (nsuffix, "xhtm") ||
           !strcmp (nsuffix, "lhtml") ||            !strcmp (nsuffix, "lhtml") ||
Line 543  ThotBool IsHTMLName (const char *path) Line 544  ThotBool IsHTMLName (const char *path)
               !strcmp (nsuffix, "htm") ||                !strcmp (nsuffix, "htm") ||
               !strcmp (nsuffix, "shtml") ||                !strcmp (nsuffix, "shtml") ||
               !strcmp (nsuffix, "jsp") ||                !strcmp (nsuffix, "jsp") ||
                 !strcmp (nsuffix, "tpl") ||
               !strcmp (nsuffix, "xht") ||                !strcmp (nsuffix, "xht") ||
               !strcmp (nsuffix, "xhtm") ||                !strcmp (nsuffix, "xhtm") ||
               !strcmp (nsuffix, "lhtml") ||                !strcmp (nsuffix, "lhtml") ||

Removed from v.1.158  
changed lines
  Added in v.1.159


Webmaster