| author | |
| committer | |
| log | c1f9afc2354a49160b016580f656e587a76aaf0d |
| tree | eb4ec5f3f0204634438c0323270feff6aae3a4f0 |
| parent | 487fb89143d9f59d7d4c170e76fc6f996c7c1745 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -93,7 +93,7 @@ fn doInner(alloc: std.mem.Allocator, writer: anytype, comptime value: astgen.Val |
| 93 | 93 | |
| 94 | 94 | if (v.children.len == 0) { |
| 95 | 95 | if (contains(std.meta.fieldNames(HtmlVoidElement), v.name)) { |
| 96 | try writer.writeAll(" />"); | |
| 96 | try writer.writeAll(" >"); | |
| 97 | 97 | if (opts.doindent2) try writer.writeAll("\n"); |
| 98 | 98 | } else { |
| 99 | 99 | try writer.print("></{s}>", .{v.name}); |