Closed GoogleCodeExporter closed 9 years ago
Sorry, false alarm.
This was caused by a missing quote in the previous Smarty tag:
{|include file="one.tpl|}
{|* include file="two.tpl" *|}
Fixing the first tag fixed the problem:
{|include file="one.tpl"|}
For some reason Smarty v2 just let it slide, but v3 had a fatal error (as it
should).
Original comment by gzmarket...@gmail.com
on 9 Dec 2013 at 11:58
Original comment by Uwe.Tews@googlemail.com
on 10 Dec 2013 at 7:50
Original issue reported on code.google.com by
gzmarket...@gmail.com
on 9 Dec 2013 at 11:48