Skip to content

Commit

Permalink
Merge pull request #378 from ASUWebPlatforms/WS2-1574
Browse files Browse the repository at this point in the history
WS2-1574: Fix issue related to quotes.
  • Loading branch information
mlsamuelson authored Apr 28, 2023
2 parents 8455fdd + d407282 commit ca3325a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blockquote/blockquote-image.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h3>
<span class="{{ highlight }}">{{ heading }}</span>
</h3>
<p>{{ body_text }}</p>
<p>{{ body_text['#text']|spaceless|replace({'</p><p>': '<br>'})|striptags('<a><br>')|raw }}</p>
{% if citation_author is not empty or citation_description is not empty %}
<div class="citation">
<div class="citation-content">
Expand Down

0 comments on commit ca3325a

Please sign in to comment.