diff options
Diffstat (limited to 'js_tests/tests.html')
| -rw-r--r-- | js_tests/tests.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js_tests/tests.html b/js_tests/tests.html index 988b7e3a4c..6878dd5cda 100644 --- a/js_tests/tests.html +++ b/js_tests/tests.html @@ -28,7 +28,7 @@ <input id="id_first-TOTAL_FORMS" value="1"> <input id="id_first-MAX_NUM_FORMS" value=""> <table class="inline"> - <tr id="first-0" class="form-row row1"> + <tr id="first-0" class="form-row"> <td class="field-test_field"> <input id="id_first-0-test_field"> </td> @@ -47,7 +47,7 @@ <input id="id_second-MAX_NUM_FORMS" value=""> <input id="id_second-MIN_NUM_FORMS" value=""> <table class="inline"> - <tr id="second-0" class="form-row has_original row1"> + <tr id="second-0" class="form-row has_original"> <td class="field-test_field"> <input id="id_second-0-test_field"> </td> @@ -62,7 +62,7 @@ </ul> </td> </tr> - <tr id="second-1" class="form-row row2"> + <tr id="second-1" class="form-row"> <td class="field-test_field"> <input id="id_second-1-test_field"> </td> |
