Browse Source

fix cmf licence template

Olivier Massot 3 months ago
parent
commit
c5886910d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/export/licence_cmf.html.twig

+ 2 - 2
templates/export/licence_cmf.html.twig

@@ -269,10 +269,10 @@
                                     <div align="center">
                                         {% if(licence.logo is null) %}
                                             <img src="{{ asset_base64('images/picto_face.png') }}"
-                                                 height="62" style="max-width: 76px; max-height: 62px"/>
+                                                 style="max-width: 76px; max-height: 62px"/>
                                         {% else %}
                                             <img src="{{ fileImagePath(licence.logo, 'sm') }}"
-                                                 height="62" style="max-width: 76px; max-height: 62px"/>
+                                                 style="max-width: 76px; max-height: 62px"/>
                                         {% endif %}
                                     </div>
                                 </td>