diff --git a/doc/papis.txt b/doc/papis.txt index 7773530..ddd2ade 100644 --- a/doc/papis.txt +++ b/doc/papis.txt @@ -413,7 +413,7 @@ All configuration options (with defaults) ~ -- Define all the lines to be inserted local lines = { "---", - "title: Notes -- " .. table.concat(title), + 'title: "Notes -- ' .. table.concat(title) .. '"', "---", "", }