* "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote:

> This is the offending code;
> 
>     endp = ap_strrchr_c(arg, '>');
>     if (endp == NULL) {
>         return unclosed_directive(cmd);
>     }

Aah! understood, thanks ;-)
So I'd guess, there's currently no "good" way for implementing containers?

nd

Reply via email to