Преглед изворни кода

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