summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-bkm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/strc-bkm.lua')
-rw-r--r--tex/context/base/strc-bkm.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/strc-bkm.lua b/tex/context/base/strc-bkm.lua
index 1ff75aa5f..96b68b236 100644
--- a/tex/context/base/strc-bkm.lua
+++ b/tex/context/base/strc-bkm.lua
@@ -144,8 +144,10 @@ function bookmarks.place()
else
titledata = { title = first }
end
- else
+ elseif second then
titledata = { title = second }
+ else
+ -- ignoring (command and so)
end
end
end