From 0fad02369b80df3e5a6ec94ca13784e90edfc7cc Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 13 Oct 2022 23:29:33 +0800 Subject: [PATCH] beetl 3.10 --- modules/core/src/main/resources/config/beetl-core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index 72b070ff..92d0fc85 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -8,7 +8,7 @@ DIRECT_BYTE_OUTPUT = FALSE HTML_TAG_SUPPORT = true HTML_TAG_FLAG = # HTML_TAG_BINDING_ATTRIBUTE = var,export -HTML_TAG_ATTR_CONVERT=org.beetl.core.text.DefaultAttributeNameConvert +HTML_TAG_ATTR_CONVERT=com.jeesite.common.beetl.text.BlankAttributeNameConvert NATIVE_CALL = TRUE TEMPLATE_CHARSET = UTF-8 #ERROR_HANDLER = org.beetl.core.ConsoleErrorHandler