changeset 137:67a1c082d89d

Fixed outdate information in error messages' footer.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 29 Nov 2014 15:31:26 -0800
parents 1d8de8a349be
children b540d431f2da
files build/messages/templates/error.html piecrust/resources/messages/critical.html piecrust/resources/messages/error.html piecrust/resources/messages/error404.html
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 %}
--- 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 %}
 		</div>
         <hr />
-        	<p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug'=&gt;true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting  to <code>false</code>.</p>	</div>
+        	<p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug': true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting  to <code>false</code>.</p>	</div>
 </body>
 </html>
\ No newline at end of file
--- 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 %}
 		</div>
         <hr />
-        	<p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug'=&gt;true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting  to <code>false</code>.</p>	</div>
+        	<p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug': true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting  to <code>false</code>.</p>	</div>
 </body>
 </html>
\ No newline at end of file
--- 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 %}
 		</div>
         <hr />
-        	<p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug'=&gt;true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting  to <code>false</code>.</p>	</div>
+        	<p class="note">You&#8217;re seeing this because something wrong happend. To see detailed errors with callstacks, run chef with the <code>--debug</code> parameter, append <code>?!debug</code> to the <span class="caps">URL</span>, or initialize the <code>PieCrust</code> object with <code>{'debug': true}</code>. On the other hand, to see you custom error pages, set the <code>site/display_errors</code> setting  to <code>false</code>.</p>	</div>
 </body>
 </html>
\ No newline at end of file