Преглед на файлове

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 %}