libs/web: template: fix spurious nil or false values that broke various templates

This commit is contained in:
Jo-Philipp Wich 2009-08-05 00:52:51 +00:00
parent 01c4048021
commit 67150c34a1

View file

@ -23,7 +23,7 @@
const char * gen_code[6][2] = {
{ "write(\"", "\")" },
{ NULL, NULL },
{ "write(tostring(", "))" },
{ "write(tostring(", " or \"\"))" },
{ "include(\"", "\")" },
{ "write(translate(\"", "\"))" },
{ NULL, " " }