File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ let make_footer srcurl depth =
144
144
(Html. div ~cls: " icons"
145
145
(Html. div ~cls: " icon"
146
146
(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 *)
148
148
@ Html. div ~cls: " icon"
149
149
(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 " ))
151
151
@ Html. div ~cls: " icon"
152
152
(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 " )))
154
154
@ Html. div ~cls: " copyright"
155
155
(Html. small
156
156
(Html. string " Generated " @ srcurl
You can’t perform that action at this time.
0 commit comments