mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Remove duplicate 'an'
Remove the second 'an' on line 264.
This commit is contained in:
parent
00f9ae6b8c
commit
19ea1824a1
@ -261,7 +261,7 @@ errors = {
|
||||
// And then try to explain things to the user...
|
||||
// Cheat and output the error using handlebars escapeExpression
|
||||
return res.status(500).send(
|
||||
'<h1>Oops, seems there is an an error in the error template.</h1>' +
|
||||
'<h1>Oops, seems there is an error in the error template.</h1>' +
|
||||
'<p>Encountered the error: </p>' +
|
||||
'<pre>' + hbs.handlebars.Utils.escapeExpression(templateErr.message || templateErr) + '</pre>' +
|
||||
'<br ><p>whilst trying to render an error page for the error: </p>' +
|
||||
|
Loading…
Reference in New Issue
Block a user