修复HtmlUtil.removeHtmlAttr处理空格问题

This commit is contained in:
Looly
2024-01-25 18:01:25 +08:00
parent fc762d9872
commit e4dffeb4c8
3 changed files with 16 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.26(2024-01-24)
# 5.8.26(2024-01-25)
### 🐣新特性
* 【db 】 RedisDS增加user支持issue#I8XEQ4@Gitee
@@ -12,6 +12,7 @@
* 【http 】 修复UserAgentUtil对QQ浏览器识别问题issue#I8X5XQ@Gitee
* 【core 】 修复BeanToMapCopier获取类型数组越界问题issue#3468@Github
* 【extra 】 修复SshjSftpSession关闭导致的问题issue#3472@Github
* 【http 】 修复HtmlUtil.removeHtmlAttr处理空格问题issue#I8YV0K@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.25(2024-01-11)