diff --git a/src/settings_default.py b/src/settings_default.py index e882dd04d5..e1e5495755 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -354,7 +354,7 @@ TIME_MONTH_PER_YEAR = 12 # users to supply {func() ... {/func in text, performing dynamic # text formatting and manipulation on the fly. If disabled, such # inline functions will not be parsed. -INLINEFUNC_ENABLED = True +INLINEFUNC_ENABLED = False # Only functions defined globally (and not starting with '_') in # these modules will be considered valid inlinefuncs. The list # is loaded from left-to-right, same-named functions will overload