Parent Directory
|
Revision Log
|
Patch
--- httpd/httpd/trunk/modules/filters/mod_include.c 2009/08/26 08:56:13 807930
+++ httpd/httpd/trunk/modules/filters/mod_include.c 2009/11/04 22:26:23 832886
@@ -1801,7 +1801,7 @@
if (val_text == LAZY_VALUE) {
val_text = add_include_vars_lazy(r, elts[i].key, ctx->time_str);
}
- val_text = ap_escape_html(ctx->dpool, elts[i].val);
+ val_text = ap_escape_html(ctx->dpool, val_text);
v_len = strlen(val_text);
/* assemble result */
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |