File tree Expand file tree Collapse file tree 1 file changed +12
-21
lines changed Expand file tree Collapse file tree 1 file changed +12
-21
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,14 @@ <h1>SRFI 64: A Scheme API for test suites</h1>
24
24
< li >
25
25
< form method ="POST " action ="https://www.simplelists.com/subscribe.php ">
26
26
< div class ="title "> Subscribe to srfi-64 mailing list</ div >
27
- < p >
28
- < input id ="sub-email "
29
- name ="email "
30
- placeholder ="email address "
31
- tabindex ="1 "
32
- type ="email " >
33
- < label for ="sub-email "> email address</ label > </ p >
34
- < p >
35
- < input id ="sub-name "
36
- name ="name "
37
- placeholder ="full name "
38
- tabindex ="2 "
39
- type ="text " >
40
- < label for ="sub-name "> full name</ label > </ p >
27
+ < input name ="email "
28
+ placeholder ="email address "
29
+ tabindex ="1 "
30
+ type ="email " >
31
+ < input name ="name "
32
+ placeholder ="full name "
33
+ tabindex ="2 "
34
+ type ="text " >
41
35
< p >
42
36
< input id ="sub-digest "
43
37
name ="digest "
@@ -55,13 +49,10 @@ <h1>SRFI 64: A Scheme API for test suites</h1>
55
49
< li >
56
50
< form method ="POST " action ="https://www.simplelists.com/subscribe.php ">
57
51
< p class ="title "> Unsubscribe from srfi-64 mailing list</ p >
58
- < p >
59
- < input id ="unsub-email "
60
- name ="email "
61
- placeholder ="email address "
62
- tabindex ="5 "
63
- type ="email " >
64
- < label for ="unsub-email "> email address</ label > </ p >
52
+ < input name ="email "
53
+ placeholder ="email address "
54
+ tabindex ="5 "
55
+ type ="email " >
65
56
< input class ="submit "
66
57
name ="submit "
67
58
tabindex ="6 "
You can’t perform that action at this time.
0 commit comments