Excluded HtmlFile.java dependencies from AppletFomatAdapter
[jalview.git] / src / jalview / io / IdentifyFile.java
index aa9c354..365982e 100755 (executable)
@@ -138,7 +138,7 @@ public class IdentifyFile
         }
         if (data.matches("<(\"[^\"]*\"|'[^']*'|[^'\">])*>"))
         {
-          reply = HtmlFile.FILE_DESC;
+          reply = "HTML";
           break;
         }