fix
Helius
2022-07-08 ab9066e00429cec617724a943da45d91cb812835
src/main/java/com/xcong/farmer/cms/core/node/AttrNode.java
@@ -177,6 +177,8 @@
                String result = attrValueFormat(value);
                if ("text".equals(key)) {
                    this.element.text(result);
                } else if ("html".equals(key)) {
                    this.element.html(result);
                } else {
                    this.element.attr(key, result);
                }