You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2006/08/01 04:35:53 UTC

svn commit: r427410 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.html

Author: andyhot
Date: Mon Jul 31 19:35:53 2006
New Revision: 427410

URL: http://svn.apache.org/viewvc?rev=427410&view=rev
Log:
even simpler :)

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

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.html?rev=427410&r1=427409&r2=427410&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.html (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.html Mon Jul 31 19:35:53 2006
@@ -37,7 +37,7 @@
     
 dojo.lang.forEach(
 	dojo.html.getElementsByClass('toggleContent'),
-	function(item) {toggleDisplay(item.id);}
+	function(item) {toggleDisplay(item);}
 	);
 </script>