From 51827c9fbc593ecd028baedd334d69f339ac5846 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org>
Date: Sun, 20 Feb 2022 07:16:17 +0100
Subject: [PATCH] Set CC image size explicitly

---
 scipost_django/scipost/templates/scipost/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost_django/scipost/templates/scipost/footer.html b/scipost_django/scipost/templates/scipost/footer.html
index d7ff1c7b9..a9030452c 100644
--- a/scipost_django/scipost/templates/scipost/footer.html
+++ b/scipost_django/scipost/templates/scipost/footer.html
@@ -50,7 +50,7 @@
       <div class="col-12">
         <br>
         <a rel="license noopener" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" class="m-2">
-          <img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/80x15.png" />
+          <img alt="Creative Commons License" style="border-width:0" width="80" height="15" src="https://licensebuttons.net/l/by/4.0/80x15.png" />
         </a>
         Except where otherwise noted, all content on {{ request.get_host }} is licensed under a <a rel="license noopener" href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International License</a>.
       </div>
-- 
GitLab