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
#3477)

Co-authored-by: rmccar <[email protected]>
  • Loading branch information
admilne and rmccar authored Jan 31, 2025
1 parent 1e5a0dc commit 2027b02
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 2027b02

Please sign in to comment.