Fix broken HTML markup
authorjoshuaruesweg <ruesweg@woltlab.com>
Mon, 22 Jun 2020 14:44:05 +0000 (16:44 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Mon, 22 Jun 2020 14:44:16 +0000 (16:44 +0200)
commit6c03975f9848498ba098f5d2147fd68a070393ea
tree3828502f33af9324e97ae2653332cc9ba6bc1ea8
parent44bd6356143d7bb69cfc3671afd3579fb2606ef0
Fix broken HTML markup
The video can be placed within normal text (inside `<p>` elements). `<div>` elements are not allowed within `<p>` elements. Because the class `.videoContainer` is already a block element (via CSS), we can easily change the element type to `<span>`, which is allowed inside of `<p>` elements.
com.woltlab.wcf/templates/__videoAttachmentBBCode.tpl