You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/09/28 18:53:55 UTC

svn commit: r580415 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/ExceptionDisplay.html

Author: andyhot
Date: Fri Sep 28 09:53:54 2007
New Revision: 580415

URL: http://svn.apache.org/viewvc?rev=580415&view=rev
Log:
forgot to expand the link to cover the exc. msg

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/ExceptionDisplay.html

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/ExceptionDisplay.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/ExceptionDisplay.html?rev=580415&r1=580414&r2=580415&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/ExceptionDisplay.html (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/html/ExceptionDisplay.html Fri Sep 28 09:53:54 2007
@@ -5,8 +5,8 @@
 
 <span jwcid="$content$">
 <span jwcid="eException" class="exception-block">
-    <a jwcid="tLink@Any" href="#" class="toggle exception-link">[&nbsp;+/-&nbsp;] Exception:</a>
-	   <span jwcid="@Insert" value="ognl:exception.message">A message describing the exception.</span>	
+    <a jwcid="tLink@Any" href="#" class="toggle exception-link">[&nbsp;+/-&nbsp;] Exception:
+	   <span jwcid="@Insert" value="ognl:exception.message">A message describing the exception.</span></a>	
 	<table jwcid="@Any" id="ognl:components.tLink.clientId + 'Data'" class="exception-display toggleContent">
 		<tr class="exception-name">
 			<td colspan="2"><span jwcid="insertClass">some.exception.Class</span></td>