Skip to content

Commit

Permalink
Update price.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorNikolaev authored May 12, 2021
1 parent be3537c commit b9c4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/price.html.twig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ ('price.' ~ options.format)|trans({'%price%': price|number_format(0, null, ' ')}) }}
{{ ('price.' ~ options.format)|trans({'%price%': price|number_format(0, null, ' ')})|raw }}

0 comments on commit b9c4fd4

Please sign in to comment.