Skip to content
Permalink
Browse files Browse the repository at this point in the history
Fix #2363
  • Loading branch information
JC5 committed Aug 2, 2019
1 parent c9f4cf4 commit 15d4d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/v1/transactions/convert.twig
Expand Up @@ -17,7 +17,7 @@
</div>
<div class="box-body">
{{ ExpandedForm.staticText('type', sourceType.type|_) }}
{{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description~'</a>') }}
{{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description|escape~'</a>') }}
{{ ExpandedForm.staticText('date', journal.date.formatLocalized(monthAndDayFormat)) }}

{# in case of withdrawal #}
Expand Down

0 comments on commit 15d4d18

Please sign in to comment.