This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new bfa3d08  Uses better section formatting
bfa3d08 is described below

commit bfa3d08613105392c60659536b8eba8424e239bf
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Jan 20 08:52:52 2021 +0100

    Uses better section formatting
---
 source/core-developers/pure-java-script-client-side-validation.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 @@ Because client side validation does not talk to the server, 
the theme (_xhtml th
 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
 

Reply via email to