mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Added missing semicolon
This commit is contained in:
parent
1dd6e43a6f
commit
b81ffdcb58
@ -38,7 +38,7 @@ exports.macro = {
|
||||
var attributes = {
|
||||
"contenteditable": true,
|
||||
"class": ["tw-edit-field"]
|
||||
}
|
||||
};
|
||||
return [Renderer.ElementNode("div",attributes,[Renderer.TextNode(value)])];
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user