X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/php/HTMLPartitionScanner.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/php/HTMLPartitionScanner.java index 69330ae..077e7c6 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/php/HTMLPartitionScanner.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/php/HTMLPartitionScanner.java @@ -43,7 +43,7 @@ public class HTMLPartitionScanner implements IPartitionTokenScanner { private String fContentType = IPHPPartitions.HTML; - private String fPrevContentType = IPHPPartitions.HTML; + //private String fPrevContentType = IPHPPartitions.HTML; private boolean partitionBorder = false;