* Contributors:
  *     Igor Malinin - initial contribution
  *
- * $Id: IXMLSyntaxConstants.java,v 1.1 2004-09-02 18:28:03 jsurfer Exp $
+ * $Id: IXMLSyntaxConstants.java,v 1.2 2006-10-21 23:14:13 pombredanne Exp $
  */
 
 package net.sourceforge.phpeclipse.xml.ui.text;
 public interface IXMLSyntaxConstants {
 
        /**
-        * Note: This constant is for internal use only. Clients should not use
-        * this constant. The prefix all color constants start with.
+        * Note: This constant is for internal use only. Clients should not use this
+        * constant. The prefix all color constants start with.
         */
        String PREFIX = "xml_"; //$NON-NLS-1$
 
 
        /** The style key for external DTD conditional sections. */
        String DTD_CONDITIONAL = PREFIX + "conditional"; //$NON-NLS-1$
-       
+
        /** The style key for SMARTY tag names. */
        String XML_SMARTY = PREFIX + "smarty"; //$NON-NLS-1$
 }