浏览代码

fix cmf licence template

Olivier Massot 3 月之前
父节点
当前提交
c5886910d5
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>