Uses better section formatting
diff --git a/source/core-developers/pure-java-script-client-side-validation.md b/source/core-developers/pure-java-script-client-side-validation.md
index 72e388e..d43c3f3 100644
--- a/source/core-developers/pure-java-script-client-side-validation.md
+++ b/source/core-developers/pure-java-script-client-side-validation.md
@@ -35,9 +35,9 @@
 for properly manipulating the HTML DOM to display the error message inline. The JavaScript that is responsible for doing 
 this logic is `validation.js` and can be found in each theme.
 
-> Errors are reported using the default validation message, not the internationalized version that the server-side might 
-> be aware of. This is a known issue. You may want to try the [AJAX Client Side Validation](ajax-client-side-validation) 
-> for messages that are fully internationalized.
+| Errors are reported using the default validation message, not the internationalized version that the server-side might 
+| be aware of. This is a known issue. You may want to try the [AJAX Client Side Validation](ajax-client-side-validation) 
+| for messages that are fully internationalized.
 
 ## Additional Validator Support