You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/06/26 16:53:28 UTC

svn commit: r550820 - /incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html

Author: jbq
Date: Tue Jun 26 07:53:27 2007
New Revision: 550820

URL: http://svn.apache.org/viewvc?view=rev&rev=550820
Log:
Very minor typo

Modified:
    incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html

Modified: incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html?view=diff&rev=550820&r1=550819&r2=550820
==============================================================================
--- incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html (original)
+++ incubator/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html Tue Jun 26 07:53:27 2007
@@ -11,6 +11,6 @@
 			stateless page</a>
 		<br />
 		<a wicket:id="linkToStatefulPage" href="#">go to a stateful page
-			(triggers session creation if not already done so</a>
+			(triggers session creation if not already done so)</a>
 	</body>
 </html>