Diff for /Amaya/amaya/AHTURLTools.c between versions 1.143 and 1.144

version 1.143, 2002/07/05 15:37:41 version 1.144, 2002/07/11 09:21:22
Line 516  ThotBool IsHTMLName (const char *path) Line 516  ThotBool IsHTMLName (const char *path)
           !strcmp (nsuffix, "jsp") ||            !strcmp (nsuffix, "jsp") ||
           !strcmp (nsuffix, "xht") ||            !strcmp (nsuffix, "xht") ||
           !strcmp (nsuffix, "xhtm") ||            !strcmp (nsuffix, "xhtm") ||
             !strcmp (nsuffix, "lhtml") ||
           !strcmp (nsuffix, "xhtml"))            !strcmp (nsuffix, "xhtml"))
         return (TRUE);          return (TRUE);
       else if (!strcmp (nsuffix, "gz"))        else if (!strcmp (nsuffix, "gz"))
Line 536  ThotBool IsHTMLName (const char *path) Line 537  ThotBool IsHTMLName (const char *path)
               !strcmp (nsuffix, "jsp") ||                !strcmp (nsuffix, "jsp") ||
               !strcmp (nsuffix, "xht") ||                !strcmp (nsuffix, "xht") ||
               !strcmp (nsuffix, "xhtm") ||                !strcmp (nsuffix, "xhtm") ||
                 !strcmp (nsuffix, "lhtml") ||
               !strcmp (nsuffix, "xhtml"))                !strcmp (nsuffix, "xhtml"))
             return (TRUE);              return (TRUE);
           else            else

Removed from v.1.143  
changed lines
  Added in v.1.144


Webmaster