We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7644c46 + 992d3b2 commit 41b04c8Copy full SHA for 41b04c8
src/Resources/views/admin/ui_element/quote.html.twig
@@ -10,7 +10,7 @@
10
{% if element is not empty %}
11
<figure style="text-align: {{align}};">
12
<blockquote class="blockquote">
13
- <p>{{ element.content | raw | nl2br }}</p>
+ {{ element.content | raw | nl2br }}
14
</blockquote>
15
<figcaption class="blockquote-footer">
16
{{ element.author }}
src/Resources/views/shop/ui_element/quote.html.twig
0 commit comments