Skip to content

Commit

Permalink
Just minor tweaks to the HTML demo files. No big deal.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansmith committed May 28, 2011
1 parent 4e40aec commit 403f744
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dojo_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion dojo_disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input disabled="disabled" type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion dojo_errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label class="error" for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion extjs_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion extjs_disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input disabled="disabled" type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion extjs_errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label class="error" for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion jquery_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion jquery_disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input disabled="disabled" type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion jquery_errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label class="error" for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion mootools_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion mootools_disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input disabled="disabled" type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion mootools_errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label class="error" for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion prototype_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion prototype_disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input disabled="disabled" type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion prototype_errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label class="error" for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion unstyled.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion yui_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion yui_disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input disabled="disabled" type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label for="test_checkbox_1">
Expand Down
2 changes: 1 addition & 1 deletion yui_errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>
Example of all form elements
</h1>
<form action="" enctype="multipart/form-data" onsubmit="return false;">
<form action="#" method="post" enctype="multipart/form-data" onsubmit="return false">
<p>
<input type="checkbox" id="test_checkbox_1" name="test_checkbox_1" />
<label class="error" for="test_checkbox_1">
Expand Down

0 comments on commit 403f744

Please sign in to comment.