浏览代码

Correction retour à la ligne commentaires

François Drouhard 3 年之前
父节点
当前提交
07e13b428e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/videotheque/voirfilm.html.twig

+ 1 - 1
templates/videotheque/voirfilm.html.twig

@@ -171,7 +171,7 @@
                                            value="{{ commentaire.note }}">
                                 {% endif %}
                                 {% if commentaire.contenu != "" %}
-                                    <p class="mb-1">{{ commentaire.contenu }}</p>
+                                    <p class="mb-1">{{ commentaire.contenu | nl2br }}</p>
                                 {%  endif %}
                             </div>
                         {% endfor %}