mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +01:00
Update VerificationBox.html
If the description is rendered with a paragraph, the content gets placed after the paragraph and the class assignment is lost. Using a DIV instead of a p for the description fixes this and displays the output correctly
This commit is contained in:
parent
8e46c143ce
commit
4336a6195d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
</f:if>
|
||||
</div>
|
||||
<p class="sd-description">{description -> f:format.html()}</p>
|
||||
<div class="sd-description">{description -> f:format.html()}</div>
|
||||
<div class="sd-buttons">
|
||||
<a href="{verificationUrl}" target="_blank" class="sd-button sd-learner">
|
||||
<div class="sd-hint">
|
||||
|
|
Loading…
Reference in a new issue