Skip to content

Commit

Permalink
returns-list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sacr3dc0w committed May 21, 2020
1 parent 6b7862a commit 04e4299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/account/returns-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h5 class="account-product-title">{{lang 'account.returns.list.return_number' id
<dl class="definitionList">
{{#each product.options}}
<dt class="definitionList-key">{{name}}:</dt>
<dd class="definitionList-value">{{value}}</dd>
<dd class="definitionList-value">{{{sanitize value}}}</dd>
{{/each}}
</dl>
{{/if}}
Expand Down

0 comments on commit 04e4299

Please sign in to comment.