On Wed, Aug 17, 2016 at 6:58 AM, Marion & Christophe JAILLET
<christophe.jail...@wanadoo.fr> wrote:
>> +    if (err->childtags) {
>> +        if (err->namespace != NULL) {
>> +            ap_rprintf(r,
>> +                    " xmlns:C=\"%s\">" DEBUG_CR
>> +                    "<C:%s>%s</C:%s>" DEBUG_CR,
>> +                    err->namespace,
>> +                    err->tagname, err->childtags, err->tagname);
>> +        }
>> +        else {
>> +            ap_rprintf(r,
>> +                    ">" DEBUG_CR
>> +                    "<D:%s>%s<D:%s>" DEBUG_CR,
>
> Shouldn't this be:
>         "<D:%s>%s</D:%s>" DEBUG_CR,
> in order to close the D tag?

Of course..
Fixed in r1756611, and backport (follow up) proposed for 2.4.x in r1756613.

Thanks Christophe,
Yann.

Reply via email to