diff options
| author | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-08-28 16:38:19 +0200 | 
|---|---|---|
| committer | Philipp Gesang <megas.kapaneus@gmail.com> | 2011-08-28 16:38:19 +0200 | 
| commit | a8eacee630c8c2f17e267f2b94feb1c7e052db94 (patch) | |
| tree | baeb7d96f6f09c02099cff6751da283eb58c535d /mod/tex | |
| parent | b01ed84fbebae5c219d3d621c5d2fff67a59f905 (diff) | |
| download | context-rst-a8eacee630c8c2f17e267f2b94feb1c7e052db94.tar.gz | |
updated manual
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 .. [[  | 
