docs: fix editable section writer erasing wrong fields

This commit is contained in:
Daniel Kolesa 2016-09-09 14:48:33 +02:00
parent f89fc6c968
commit 8b948b779c
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ M.Writer = util.Object:clone {
date = false, user = false, link = false date = false, user = false, link = false
}) })
-- restore the table for later reuse -- restore the table for later reuse
ns[#ns] = nil -- the false gets deleted by write_include
ns[#ns] = nil ns[#ns] = nil
end, end,