Author: manaRH
Date: 2013-01-17 07:33:50 -0500 (Thu, 17 Jan 2013)
New Revision: 15390

Modified:
   
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/introExp.html
   
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/workspaceExp.html
Log:
fixed static html INPUT tag

Modified: 
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/introExp.html
===================================================================
--- 
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/introExp.html
      2013-01-17 11:26:08 UTC (rev 15389)
+++ 
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/introExp.html
      2013-01-17 12:33:50 UTC (rev 15390)
@@ -18,7 +18,7 @@
     <p>
        <center>
        <form>
-          <INPUT type="button" value="Close Window" onclick="window.close()">
+          <input type="button" value="Close Window" onclick="window.close()"/>
        </form>
        </center>
     </p>
@@ -61,7 +61,7 @@
     <p>
        <center>
        <form>
-          <INPUT type="button" value="Close Window" onclick="window.close()">
+          <input type="button" value="Close Window" onclick="window.close()"/>
        </form>
        </center>
     </p>

Modified: 
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/workspaceExp.html
===================================================================
--- 
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/workspaceExp.html
  2013-01-17 11:26:08 UTC (rev 15389)
+++ 
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/src/main/webapp/exp/workspaceExp.html
  2013-01-17 12:33:50 UTC (rev 15390)
@@ -18,7 +18,7 @@
     <p>
        <center>
        <form>
-          <INPUT type="button" value="Close Window" onclick="window.close()">
+          <input type="button" value="Close Window" onclick="window.close()"/>
        </form>
        </center>
     </p>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to