1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-07 07:50:26 +00:00

Update conditional.js

This commit is contained in:
linonetwo 2024-09-04 16:46:32 +08:00
parent 043f60b299
commit 03798d7fef

View File

@ -138,7 +138,7 @@ exports.serialize = function(tree, serialize) {
}
}
serialized += "<% endif %>";
serialized += "<%endif%>";
return serialized;
};