mirror of https://git.openwrt.org/project/luci.git
luci-0.9: merge r5195
This commit is contained in:
parent
66e92f5fc0
commit
ce8c292271
|
@ -21,12 +21,12 @@
|
|||
|
||||
/* leading and trailing code for different types */
|
||||
const char * gen_code[6][2] = {
|
||||
{ "write(\"", "\")" },
|
||||
{ NULL, NULL },
|
||||
{ "write(tostring(", "))" },
|
||||
{ "include(\"", "\")" },
|
||||
{ "write(translate(\"", "\"))" },
|
||||
{ NULL, " " }
|
||||
{ "write(\"", "\")" },
|
||||
{ NULL, NULL },
|
||||
{ "write(tostring(", " or \"\"))" },
|
||||
{ "include(\"", "\")" },
|
||||
{ "write(translate(\"", "\"))" },
|
||||
{ NULL, " " }
|
||||
};
|
||||
|
||||
/* Simple strstr() like function that takes len arguments for both haystack and needle. */
|
||||
|
|
Loading…
Reference in New Issue