Hi,

I found another template translation issue. With ezcTemplateNoContext 
(and also in the HTML context) the newline after a translation block is 
stripped. Is this the intended behavior? Would be annoying to add 
additional newlines within email templates.

For example:
{tr "The user added the following comment:"}
{$action->comment}

The result is then:
"The user added the following comment:The user's comment"

Expected:
"The user added the following comment:
The user's comment"

Regards,
Andi
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to