mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-13 12:50:54 -08:00
Added missing semicolon
This commit is contained in:
parent
1dd6e43a6f
commit
b81ffdcb58
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ exports.macro = {
|
|||
var attributes = {
|
||||
"contenteditable": true,
|
||||
"class": ["tw-edit-field"]
|
||||
}
|
||||
};
|
||||
return [Renderer.ElementNode("div",attributes,[Renderer.TextNode(value)])];
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue