Browse Source

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

Olivier Massot 4 years ago
parent
commit
f975b74ef9
1 changed files with 2 additions and 2 deletions
  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>