diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb
index a4088d05f..f65b27764 100644
--- a/app/views/shared/_footer.html.erb
+++ b/app/views/shared/_footer.html.erb
@@ -46,7 +46,10 @@
- <%= link_to((image_tag "https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png"), "https://creativecommons.org/licenses/by-nc-sa/3.0", target:"_blank" ) %>
+ <%= link_to "https://creativecommons.org/licenses/by-nc-sa/3.0", target:"_blank" do %>
+ <%= image_tag "https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png", alt: "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License badge" %>
+ <% end %>
+