JS Tracking Code 0.4 catch( err ) {}

Hello,

in some Templatesystems you must change the {} from catch( err ) {}
from one to two lines because the Templatesystem has reserved this signs

e.g.
catch( err ) {
}

or

catch( err )
{
}

Regards
Andreas

That’s a bug in the templating system or its use.

Smarty users should use {literal}.