Skip to content

Commit 895b346

Browse files
somya104rjbou
authored andcommitted
Added alt text to the images at the footer
1 parent aceb3f4 commit 895b346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/o2wTemplate.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ let make_footer srcurl depth =
144144
(Html.div ~cls:"icons"
145145
(Html.div ~cls:"icon"
146146
(Html.a ~href:(Uri.of_string "https://github.com/ocaml/opam2web")
147-
(Html.img (icon "github.png"))) (* FIXME: icon : Uri.t *)
147+
(Html.img (icon "github.png") ~alt:"Find us on GitHub")) (* FIXME: icon : Uri.t *)
148148
@ Html.div ~cls:"icon"
149149
(Html.a ~href:(Uri.of_string "http://www.ocamlpro.com/")
150-
(Html.img (icon "ocamlpro.png")))
150+
(Html.img (icon "ocamlpro.png") ~alt:"Go to OCamlPro.com"))
151151
@ Html.div ~cls:"icon"
152152
(Html.a ~href:(Uri.of_string "http://www.ocaml.org/")
153-
(Html.img (icon "ocaml.png"))))
153+
(Html.img (icon "ocaml.png") ~alt:"Go to OCaml.org")))
154154
@ Html.div ~cls:"copyright"
155155
(Html.small
156156
(Html.string "Generated " @ srcurl

0 commit comments

Comments
 (0)