mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-07-03 10:30:46 +00:00
Added missing semicolon
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ exports.macro = {
|
||||
var attributes = {
|
||||
"contenteditable": true,
|
||||
"class": ["tw-edit-field"]
|
||||
}
|
||||
};
|
||||
return [Renderer.ElementNode("div",attributes,[Renderer.TextNode(value)])];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user