Skip to content

Commit

Permalink
Fixing that the Agency landing page should render Milestone.HtmlBodyP…
Browse files Browse the repository at this point in the history
…art.Html correctly (#17016)
  • Loading branch information
BenedekFarkas authored Nov 14, 2024
1 parent 6772f53 commit 297c526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<h4 class="subheading">{{ milestone.DisplayText }}</h4>
</div>
<div class="timeline-body">
<p class="text-muted">{{ milestone.HtmlBodyPart.Html }}</p>
<p class="text-muted">{{ milestone.HtmlBodyPart.Html | raw }}</p>
</div>
</div>
</li>
Expand Down

0 comments on commit 297c526

Please sign in to comment.