Skip to content

Commit

Permalink
fix: Template Error due to use of single quote (frappe#27433)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarvora committed Sep 11, 2021
1 parent 62fc544 commit dae0a1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
{
fieldtype: "HTML",
fieldname: "no_matching_vouchers",
options: "<div class='text-muted text-center'>No Matching Vouchers Found</div>"
options: "<div class=\"text-muted text-center\">No Matching Vouchers Found</div>"
},
{
fieldtype: "Section Break",
Expand Down

0 comments on commit dae0a1c

Please sign in to comment.