diff options
| author | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2013-03-12 17:05:16 +0100 | 
|---|---|---|
| committer | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2013-03-12 17:05:16 +0100 | 
| commit | 09dd07bcc2397ff03460d5e89f8125456c29e025 (patch) | |
| tree | d65828105981aa94bfaa697358d09a799834609a /mod/scripts | |
| parent | 9c6a8a9737e6f5b09ca65ed82a186b58e731e350 (diff) | |
| download | context-rst-09dd07bcc2397ff03460d5e89f8125456c29e025.tar.gz | |
fix spurious global; workaround buffer idiosyncrasy in manual
Diffstat (limited to 'mod/scripts')
| -rw-r--r-- | mod/scripts/context/lua/third/rst/mtx-t-rst.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/scripts/context/lua/third/rst/mtx-t-rst.lua b/mod/scripts/context/lua/third/rst/mtx-t-rst.lua index 08782a9..fc3b8e9 100644 --- a/mod/scripts/context/lua/third/rst/mtx-t-rst.lua +++ b/mod/scripts/context/lua/third/rst/mtx-t-rst.lua @@ -14,7 +14,7 @@ scripts.rst = { }  environment.loadluafile("rst_parser") -local ea    = environment.argument +local ea = environment.argument  local helpinfo = [[  ===============================================================  | 
