Better template diagnostics on failure. It now also includes the template URL, and templateId
in both the onscreen and logged output.
This commit is contained in:
parent
4252b359dc
commit
8a683d1aef
9 changed files with 100 additions and 73 deletions
|
|
@ -33,9 +33,9 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template error' => {
|
||||
message => q|There is a syntax error in this template. Please correct.|,
|
||||
message => q|There is a syntax error in this template, %s, %s. Please correct.|,
|
||||
context => q|Error when executing template|,
|
||||
lastUpdated => 1107391368,
|
||||
lastUpdated => 1244476530,
|
||||
},
|
||||
|
||||
'namespace description' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue