diff options
Diffstat (limited to 'tex/context/base/scrn-wid.lua')
-rw-r--r-- | tex/context/base/scrn-wid.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/scrn-wid.lua b/tex/context/base/scrn-wid.lua index 90aaed609..5b319b07e 100644 --- a/tex/context/base/scrn-wid.lua +++ b/tex/context/base/scrn-wid.lua @@ -111,7 +111,7 @@ end commands.registerattachment = attachments.register function commands.insertattachment(specification) - texsetbox("b_scrn_attachment_link",attachments.insert(specification)) + texsetbox("b_scrn_attachment_link",(attachments.insert(specification))) end -- Comment @@ -125,7 +125,7 @@ function comments.insert(specification) end function commands.insertcomment(specification) - texsetbox("b_scrn_comment_link",comments.insert(specification)) + texsetbox("b_scrn_comment_link",(comments.insert(specification))) end -- Soundclips |