diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-13 22:00:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-13 22:00:04 +0200 |
commit | bac4932cf5d8f5cb1af6eca5fcdac05239489e2c (patch) | |
tree | 87f376af58989f2d670083e5599de236118efffd /src/templating/templating_api.c | |
parent | b7d1ca4cd93ef8582b9b7d97e955ec5363ef2ae3 (diff) |
-fix templating tests
Diffstat (limited to 'src/templating/templating_api.c')
-rw-r--r-- | src/templating/templating_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c index 9261bde79..efe020761 100644 --- a/src/templating/templating_api.c +++ b/src/templating/templating_api.c @@ -183,7 +183,7 @@ TALER_TEMPLATING_fill (const char *tmpl, (eno = mustach_jansson_mem (tmpl, 0, /* length of tmpl */ (json_t *) root, - Mustach_With_NoExtensions, + Mustach_With_AllExtensions, (char **) result, result_size))) { |