Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Oct 3, 2024
1 parent 3bf3ffb commit c66a403
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/templates/front/credit_cards.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
</tr>
</thead>
{foreach $rows as $row}
<<<<<<< HEAD
{$row|cleanHtml nofilter}
=======
{$row nofilter|escape:'htmlall':'UTF-8'}
>>>>>>> parent of 7e197ab (Merge pull request #190 from Invertus/SL-234/my-account-override)
{/foreach}
</table>
</div>
Expand Down
4 changes: 4 additions & 0 deletions views/templates/front/credit_cards_16.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
</tr>
</thead>
{foreach $rows as $row}
<<<<<<< HEAD
{$row|cleanHtml nofilter}
=======
{$row nofilter|escape:'htmlall':'UTF-8'}
>>>>>>> parent of 7e197ab (Merge pull request #190 from Invertus/SL-234/my-account-override)
{/foreach}
</table>
</div>

0 comments on commit c66a403

Please sign in to comment.