You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/07/27 06:20:39 UTC

svn commit: r425952 - /tapestry/tapestry4/trunk/src/site/apt/javascript/form.apt

Author: jkuhnert
Date: Wed Jul 26 21:20:38 2006
New Revision: 425952

URL: http://svn.apache.org/viewvc?rev=425952&view=rev
Log:
Fixed apt format error that was mangling one of the form javascript examples

Modified:
    tapestry/tapestry4/trunk/src/site/apt/javascript/form.apt

Modified: tapestry/tapestry4/trunk/src/site/apt/javascript/form.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/apt/javascript/form.apt?rev=425952&r1=425951&r2=425952&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/src/site/apt/javascript/form.apt (original)
+++ tapestry/tapestry4/trunk/src/site/apt/javascript/form.apt Wed Jul 26 21:20:38 2006
@@ -48,7 +48,6 @@
 // could also be tapestry.form.registerForm(dojo.byId("myform"))
 tapestry.form.registerForm("myform");
 </script>
-
 +----------------------------
 
 * tapestry.form.registerProfile(form, profile)
@@ -190,6 +189,7 @@
 *----------------------*---------------*------------*----------*----------------------------------------------+
 
 ** Example
+
 +-------------------------
 <script type="text/javascript">
 	dojo.require("tapestry.form");