summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 309a9ed..a193b73 100644
--- a/init.lua
+++ b/init.lua
@@ -526,7 +526,7 @@ doc.new_category("nodes", {
local desc = get_desc(dropstack)
local count = dropstack:get_count()
if count ~= 1 then
- desc = desc .. "(×"..count
+ desc = desc .. "(×"..count..")"
end
formstring = formstring .. desc
icount = icount + 1