# HG changeset patch # User Ludovic Chabant # Date 1417303886 28800 # Node ID 67a1c082d89d28fe75c3bfc68b568786a195c985 # Parent 1d8de8a349be0ddf78213bce4c9e5ad6051d7225 Fixed outdate information in error messages' footer. diff -r 1d8de8a349be -r 67a1c082d89d build/messages/templates/error.html --- a/build/messages/templates/error.html Thu Nov 27 08:03:42 2014 -0800 +++ b/build/messages/templates/error.html Sat Nov 29 15:31:26 2014 -0800 @@ -14,6 +14,6 @@ {% block footer %} {% pcformat 'textile' %} -p(note). You're seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the @--debug@ parameter, append @?!debug@ to the URL, or initialize the @PieCrust@ object with @{'debug'=>true}@. On the other hand, to see you custom error pages, set the @site/display_errors@ setting to @false@. +p(note). You're seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the @--debug@ parameter, append @?!debug@ to the URL, or initialize the @PieCrust@ object with @{'debug': true}@. On the other hand, to see you custom error pages, set the @site/display_errors@ setting to @false@. {% endpcformat %} {% endblock %} diff -r 1d8de8a349be -r 67a1c082d89d piecrust/resources/messages/critical.html --- a/piecrust/resources/messages/critical.html Thu Nov 27 08:03:42 2014 -0800 +++ b/piecrust/resources/messages/critical.html Sat Nov 29 15:31:26 2014 -0800 @@ -69,6 +69,6 @@ {% endif %}
-

You’re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the --debug parameter, append ?!debug to the URL, or initialize the PieCrust object with {'debug'=>true}. On the other hand, to see you custom error pages, set the site/display_errors setting to false.

+

You’re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the --debug parameter, append ?!debug to the URL, or initialize the PieCrust object with {'debug': true}. On the other hand, to see you custom error pages, set the site/display_errors setting to false.

\ No newline at end of file diff -r 1d8de8a349be -r 67a1c082d89d piecrust/resources/messages/error.html --- a/piecrust/resources/messages/error.html Thu Nov 27 08:03:42 2014 -0800 +++ b/piecrust/resources/messages/error.html Sat Nov 29 15:31:26 2014 -0800 @@ -69,6 +69,6 @@ {% endif %}
-

You’re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the --debug parameter, append ?!debug to the URL, or initialize the PieCrust object with {'debug'=>true}. On the other hand, to see you custom error pages, set the site/display_errors setting to false.

+

You’re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the --debug parameter, append ?!debug to the URL, or initialize the PieCrust object with {'debug': true}. On the other hand, to see you custom error pages, set the site/display_errors setting to false.

\ No newline at end of file diff -r 1d8de8a349be -r 67a1c082d89d piecrust/resources/messages/error404.html --- a/piecrust/resources/messages/error404.html Thu Nov 27 08:03:42 2014 -0800 +++ b/piecrust/resources/messages/error404.html Sat Nov 29 15:31:26 2014 -0800 @@ -69,6 +69,6 @@ {% endif %}
-

You’re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the --debug parameter, append ?!debug to the URL, or initialize the PieCrust object with {'debug'=>true}. On the other hand, to see you custom error pages, set the site/display_errors setting to false.

+

You’re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the --debug parameter, append ?!debug to the URL, or initialize the PieCrust object with {'debug': true}. On the other hand, to see you custom error pages, set the site/display_errors setting to false.

\ No newline at end of file