collision with built-in title template not reported
define page root() { title{"123"} }
shows empty page with title 123
define page root(){ title{"123"} define title(){"345"} } define title(){"678"}
shows an empty page without a title, the collision with built-in title template should be reported
Submitted by Danny Groenewegen on 5 March 2011 at 17:20
Log in to post comments