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); }