mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
Revert my last fix, which broke more things than it fixed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -957,10 +957,7 @@ static void ap_ssi_get_tag_and_value(include_ctx_t *ctx, char **tag,
|
||||
}
|
||||
|
||||
*(c-shift_val) = '\0'; /* Overwrites delimiter (term or WS) with NULL. */
|
||||
if (*c) {
|
||||
++c;
|
||||
}
|
||||
ctx->curr_tag_pos = c;
|
||||
ctx->curr_tag_pos = ++c;
|
||||
if (dodecode) {
|
||||
decodehtml(*tag_val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user