From 6a8a204020449fee3d8ef5e6175932e3731389f0 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 14 Aug 2023 21:45:25 +0100 Subject: Misc fixes: - fix template in comments.html: whitespace before tag names is not allowed - update mustache-zig version - null-terminate field names in zig struts, for C interop with PQfnumber function --- zig-comments/src/templates/comments.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'zig-comments/src/templates/comments.html') diff --git a/zig-comments/src/templates/comments.html b/zig-comments/src/templates/comments.html index a1d8b76..e2fc6da 100644 --- a/zig-comments/src/templates/comments.html +++ b/zig-comments/src/templates/comments.html @@ -1,9 +1,9 @@ -- cgit v1.2.3-ZIG