This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a871246 Automatic Site Publish by Buildbot
a871246 is described below
commit a87124627872187d134f3c235bdfd53081a8b54d
Author: buildbot <[email protected]>
AuthorDate: Wed Jan 20 07:53:45 2021 +0000
Automatic Site Publish by Buildbot
---
.../pure-java-script-client-side-validation.html | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git
a/output/core-developers/pure-java-script-client-side-validation.html
b/output/core-developers/pure-java-script-client-side-validation.html
index e8a482b..46d5abc 100644
--- a/output/core-developers/pure-java-script-client-side-validation.html
+++ b/output/core-developers/pure-java-script-client-side-validation.html
@@ -167,11 +167,19 @@ some values will be considered acceptable by the
JavaScript code but will be mar
for properly manipulating the HTML DOM to display the error message inline.
The JavaScript that is responsible for doing
this logic is <code class="highlighter-rouge">validation.js</code> and can be
found in each theme.</p>
-<blockquote>
- <p>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 <a
href="ajax-client-side-validation">AJAX Client Side Validation</a>
-for messages that are fully internationalized.</p>
-</blockquote>
+<table>
+ <tbody>
+ <tr>
+ <td>Errors are reported using the default validation message, not the
internationalized version that the server-side might</td>
+ </tr>
+ <tr>
+ <td>be aware of. This is a known issue. You may want to try the <a
href="ajax-client-side-validation">AJAX Client Side Validation</a></td>
+ </tr>
+ <tr>
+ <td>for messages that are fully internationalized.</td>
+ </tr>
+ </tbody>
+</table>
<h2 id="additional-validator-support">Additional Validator Support</h2>