浏览代码

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>