Skip to content

Commit

Permalink
Alter string concatenation based on recommendation in ticket ONSDESYS…
Browse files Browse the repository at this point in the history
…-231
  • Loading branch information
admilne committed Jan 22, 2025
1 parent 2956142 commit 193774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
</div>
{% if params.copyrightDeclaration %}
<!-- Copyright -->
{% set copyrightDeclaration = '&copy; ' + params.copyrightDeclaration.copyright + '<br /> ' + params.copyrightDeclaration.text %}
{% set copyrightDeclaration = '&copy; ' ~ params.copyrightDeclaration.copyright ~ '<br /> ' ~ params.copyrightDeclaration.text %}
<div class="ons-grid ons-grid-flex ons-grid-flex--between">
<div class="ons-grid__col">
<p class="ons-u-fs-s ons-u-mb-l ons-footer__copyright">{{- copyrightDeclaration | safe -}}</p>
Expand Down

0 comments on commit 193774f

Please sign in to comment.