diff options
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index de192ec0a..542b36f9d 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -103,13 +103,13 @@ return { -- like ['foo.bar'] so for convenience we also support 'foo_bar'. directives = { - -- system_checkglobals = "10", - -- system.nostatistics = "yes", - system_errorcontext = "10", + -- system_checkglobals = "10", + -- system.nostatistics = "yes", + system_errorcontext = "10", }, experiments = { - + fonts_autorscale = "yes", }, trackers = { |