You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2007/08/02 10:14:47 UTC

svn commit: r562040 - /myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-debug.xml

Author: mmarinschek
Date: Thu Aug  2 01:14:46 2007
New Revision: 562040

URL: http://svn.apache.org/viewvc?view=rev&rev=562040
Log:
https://issues.apache.org/jira/browse/MYFACES-1688: some slight changes to the error page

Modified:
    myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-debug.xml

Modified: myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-debug.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-debug.xml?view=diff&rev=562040&r1=562039&r2=562040
==============================================================================
--- myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-debug.xml (original)
+++ myfaces/core/trunk/api/src/main/resources/META-INF/rsc/facelet-dev-debug.xml Thu Aug  2 01:14:46 2007
@@ -49,6 +49,7 @@
 <div id="tree" class="grayBox"><code>@@tree@@</code></div>
 <h2><a href="#" onclick="toggle('vars'); return false;"><span id="varsOff">+</span><span id="varsOn" style="display: none;">-</span> Scoped Variables</a></h2>
 <div id="vars">@@vars@@</div>
-<div class="grayBox" style="text-align: right; color: #666;">@@now@@ - Generated by Facelets</div>
+<div class="grayBox" style="text-align: right; color: #666;">@@now@@ - Generated by MyFaces - for information on disabling or modifying this error-page, see <a
+href="http://wiki.apache.org/myfaces/Handling_Server_Errors">Server error handling</a></div>
 </body>
 </html>