[224205] Validation preference page uses syntax coloring keywords
diff --git a/bundles/org.eclipse.wst.html.ui/plugin.xml b/bundles/org.eclipse.wst.html.ui/plugin.xml
index 1a25bdd..9590c60 100644
--- a/bundles/org.eclipse.wst.html.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.html.ui/plugin.xml
@@ -112,7 +112,6 @@
 			category="org.eclipse.wst.html.ui.preferences.html"
 			class="org.eclipse.wst.html.ui.internal.preferences.ui.HTMLValidationPreferencePage"
 			id="org.eclipse.wst.html.ui.preferences.validation">
-			<keywordReference id="org.eclipse.wst.html.ui.styles"/>
 		</page>
 		
 	</extension>
@@ -174,7 +173,7 @@
 		<page
 			name="%HTML_Property_validation"
 			class="org.eclipse.wst.html.ui.internal.preferences.ui.HTMLValidationPreferencePage"
-			id="org.eclipse.wst.html.ui.propertyPage.project"
+			id="org.eclipse.wst.html.ui.propertyPage.project.validation"
 			category="ValidationPropertiesPage">
 			<enabledWhen>
 				<adapt type="org.eclipse.core.resources.IProject">
diff --git a/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLValidationPreferencePage.java b/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLValidationPreferencePage.java
index d66e121..14a3135 100644
--- a/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLValidationPreferencePage.java
+++ b/bundles/org.eclipse.wst.html.ui/src/org/eclipse/wst/html/ui/internal/preferences/ui/HTMLValidationPreferencePage.java
@@ -324,7 +324,7 @@
 	}
 
 	protected String getPropertyPageID() {
-		return "org.eclipse.wst.html.ui.propertyPage.project";//$NON-NLS-1$
+		return "org.eclipse.wst.html.ui.propertyPage.project.validation";//$NON-NLS-1$
 	}
 
 	public void init(IWorkbench workbench) {