This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5049-velocity-plugin in repository https://gitbox.apache.org/repos/asf/struts.git
commit 69c9a10ac4c86fa8c253307c37218f3975acdec9 Author: Lukasz Lenart <[email protected]> AuthorDate: Thu Dec 26 09:36:14 2019 +0100 WW-5049 Drops empty space --- core/src/main/resources/xwork-2.6.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/xwork-2.6.dtd b/core/src/main/resources/xwork-2.6.dtd index 476b71b..ba6dddf 100644 --- a/core/src/main/resources/xwork-2.6.dtd +++ b/core/src/main/resources/xwork-2.6.dtd @@ -30,7 +30,7 @@ "http://struts.apache.org/dtds/xwork-2.6.dtd"> --> - <!ELEMENT xwork ((package|include|bean|constant)*, bean-selection?, unknown-handler-stack?)> +<!ELEMENT xwork ((package|include|bean|constant)*, bean-selection?, unknown-handler-stack?)> <!ATTLIST xwork order CDATA #IMPLIED >
