mirror of
https://github.com/php/php-src.git
synced 2026-04-20 22:41:20 +02:00
Validators are happy now.
This commit is contained in:
@@ -169,7 +169,7 @@ enum {
|
||||
|
||||
#define HANDLE_FORM() {\
|
||||
if (ctx->tag.len == 4 && strncasecmp(ctx->tag.c, "form", 4) == 0) {\
|
||||
smart_str_appends(&ctx->result, "<INPUT TYPE=HIDDEN NAME=\""); \
|
||||
smart_str_appends(&ctx->result, "<INPUT TYPE=\"HIDDEN\" NAME=\""); \
|
||||
smart_str_append(&ctx->result, &ctx->q_name); \
|
||||
smart_str_appends(&ctx->result, "\" VALUE=\""); \
|
||||
smart_str_append(&ctx->result, &ctx->q_value); \
|
||||
|
||||
@@ -167,7 +167,7 @@ enum {
|
||||
|
||||
#define HANDLE_FORM() {\
|
||||
if (ctx->tag.len == 4 && strncasecmp(ctx->tag.c, "form", 4) == 0) {\
|
||||
smart_str_appends(&ctx->result, "<INPUT TYPE=HIDDEN NAME=\""); \
|
||||
smart_str_appends(&ctx->result, "<INPUT TYPE=\"HIDDEN\" NAME=\""); \
|
||||
smart_str_append(&ctx->result, &ctx->q_name); \
|
||||
smart_str_appends(&ctx->result, "\" VALUE=\""); \
|
||||
smart_str_append(&ctx->result, &ctx->q_value); \
|
||||
|
||||
Reference in New Issue
Block a user