소스 검색

quick fix for https://assistance.opentalent.fr/browse/V8-2170

Olivier Massot 4 년 전
부모
커밋
f975b74ef9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ot_templating/Resources/Private/Partials/Classic/EventsShow.html

+ 2 - 2
ot_templating/Resources/Private/Partials/Classic/EventsShow.html

@@ -32,9 +32,9 @@
                     </i>{event.inlineFullAddress}
                 </span>
             </f:if>
-            <span class="event-description">
+            <p class="event-description">
                 {f:format.nl2br(value: '{event.description}')}
-            </span>
+            </p>
         </div>
     </div>