diff --git a/lang/el-compiler/src/parser.el b/lang/el-compiler/src/parser.el index 8aa4ff6..1e24675 100644 --- a/lang/el-compiler/src/parser.el +++ b/lang/el-compiler/src/parser.el @@ -332,7 +332,7 @@ fn parse_raw_text_content(tokens: [Any], pos: Int, tag_name: String) -> Map Map { } } } - { "text": str_join(parts, " "), "pos": p } + { "text": str_join(parts, ""), "pos": p } } // Parse an attribute list: (attrname | attrname="val" | attrname={expr})*