You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/04/04 06:31:42 UTC

[struts-site] branch master updated: Improves styling a bit

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 53779e126 Improves styling a bit
53779e126 is described below

commit 53779e126700c26882322fb524e6187aa47fa33e
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Apr 4 08:31:36 2022 +0200

    Improves styling a bit
---
 source/announce-2022.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/source/announce-2022.md b/source/announce-2022.md
index 4140d902f..05035e815 100644
--- a/source/announce-2022.md
+++ b/source/announce-2022.md
@@ -24,7 +24,8 @@ Yasser's PR has been merged which contains a fix to double evaluation security v
 attack vectors, yet it can impact your application if you have been depending on double evaluation.
 
 **How to test**
-Run all your app tests, you shouldn't see any WARN log like below:
+
+Run all your app tests, you shouldn't see any `WARN` log like below:
 
 ```
 Expression [so-and-so] isn't allowed by pattern [so-and-so]! See Accepted / Excluded patterns at
@@ -33,8 +34,8 @@ https://struts.apache.org/security/
 
 See if following components are still functioning correctly regarding java-scripts:
 - forms with client side validations
-- doubleselect
-- combobox
+- `doubleselect` tag
+- `combobox` tag
 
 Check also `StreamResult`, `AliasInterceptor` and `JasperReportResult` if they are still working as expected.