diff options
Diffstat (limited to 'mod/tex')
| -rw-r--r-- | mod/tex/context/third/rst/rst_parser.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index 5bdc89d..ab391b1 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -1477,7 +1477,7 @@ function thirddata.rst.standalone (infile, outfile)      if testdata == 1 then return 1 end      local processeddata = parser:match(testdata) -    local setups = get_setups() +    local setups = get_setups(false)      processeddata = setups .. processeddata .. [[  | 
