File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h2>Sort By</h2>
50
50
< a href ="{{ board.url | relative_url }} ">
51
51
< div >
52
52
< div class ="img-responsive-4by3 ">
53
- < img src ="{{ board.board_image | relative_url }} ">
53
+ < img src ="{{ board.board_image | relative_url }} " alt =" Image of Board " >
54
54
</ div >
55
55
< div class ="details ">
56
56
< h3 > {{ board.name }}</ h3 >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h2>Sort By</h2>
57
57
{% if info.downloads_display == false %}
58
58
{% continue %}
59
59
{% endif %}
60
-
60
+
61
61
< div class ="download " data-id ="{{ board.id }} "
62
62
data-name ="{{ info.name | default: board.id }} "
63
63
data-downloads ="{{ board.downloads }} "
@@ -66,7 +66,7 @@ <h2>Sort By</h2>
66
66
< a href ="{{ info.url | relative_url }} ">
67
67
< div >
68
68
< div class ="img-responsive-4by3 ">
69
- < img src ="{{ info.board_image | relative_url }} ">
69
+ < img src ="{{ info.board_image | relative_url }} " alt =" Image of Board " >
70
70
</ div >
71
71
< div class ="details ">
72
72
< h3 > {{ info.name | default: board.id }}</ h3 >
@@ -92,7 +92,7 @@ <h3>{{ info.name | default: board.id }}</h3>
92
92
< a href ="{{ board.url | relative_url }} ">
93
93
< div >
94
94
< div class ="img-responsive-4by3 ">
95
- < img src ="{{ board.board_image | relative_url }} ">
95
+ < img src ="{{ board.board_image | relative_url }} " alt =" Image of Board " >
96
96
</ div >
97
97
< div class ="details ">
98
98
< h3 > {{ board.name }}</ h3 >
You can’t perform that action at this time.
0 commit comments