libs/web: template: fix spurious nil or false values that broke various templates
This commit is contained in:
parent
01c4048021
commit
67150c34a1
1 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
const char * gen_code[6][2] = {
|
||||
{ "write(\"", "\")" },
|
||||
{ NULL, NULL },
|
||||
{ "write(tostring(", "))" },
|
||||
{ "write(tostring(", " or \"\"))" },
|
||||
{ "include(\"", "\")" },
|
||||
{ "write(translate(\"", "\"))" },
|
||||
{ NULL, " " }
|
||||
|
|
Loading…
Reference in a new issue