Skip to content

Commit

Permalink
title html tags in admin lists
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Feb 6, 2021
1 parent 5d63637 commit 1ac2b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/admin/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<td><img :src="model.thumb" alt="" height="27"></td>
<td>@{{ model.start_date | date }}</td>
<td>@{{ model.end_date | date }}</td>
<td>@{{ model.title_translated }}</td>
<td v-html="model.title_translated"></td>
</template>

</item-list>
Expand Down

0 comments on commit 1ac2b9b

Please sign in to comment.