Commit 88111c0 1 parent ccd558b commit 88111c0 Copy full SHA for 88111c0
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ <h1>Instant View Open Issues</h1>
16
16
Filters only work < strong > one at a time</ strong > . E.g. You can either sort after users < strong > OR</ strong > show self-made issues.
17
17
18
18
< div class ="filter-box ">
19
- < input type ="checkbox " id ="self-made-cb " name ="check " onchange ="filter_self_made() "> < label class ="checkbox-label "> Only self-made issues</ label > </ input >
20
- < input type ="checkbox " id ="reply-cb " name ="check " onchange ="filter_no_reply() "> < label class ="checkbox-label "> Only without reply</ label > </ input >
19
+ < input type ="checkbox " id ="self-made-cb " name ="self-made-cb " onchange ="filter_self_made() "> < label class ="checkbox-label " for =" self-made-cb "> Only self-made issues</ label > </ input >
20
+ < input type ="checkbox " id ="reply-cb " name ="reply-cb " onchange ="filter_no_reply() "> < label class ="checkbox-label " for =" reply-cb "> Only without reply</ label > </ input >
21
21
</ div >
22
22
23
23
< div class ="search-box ">
You can’t perform that action at this time.
0 commit comments