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
(cherry picked from commit dae0a1c)
  • Loading branch information
sagarvora authored and frappe-bot committed Sep 11, 2021
1 parent becf471 commit 0ecaf23
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 0ecaf23

Please sign in to comment.