X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/PHPFileUtil.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/PHPFileUtil.java index fc5d895..e9de7c4 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/PHPFileUtil.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/PHPFileUtil.java @@ -24,11 +24,11 @@ public class PHPFileUtil { "inc", "class" }; - public final static String[] HTML_EXTENSIONS = { - "html", - "htm", - "xhtml" - }; +// public final static String[] HTML_EXTENSIONS = { +// "html", +// "htm", +// "xhtml" +// }; public final static String[] SMARTY_EXTENSIONS = { "tpl" };