add quotes to toolbar details insertion

This commit is contained in:
Jeff Atwood 2017-08-24 17:04:46 -07:00
parent bbd428fb94
commit e8a2aaafeb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function initializeDetails(api) {
actions: {
insertDetails() {
this.get("toolbarEvent").applySurround(
"\n" + `[details=${I18n.t("composer.details_title")}]` + "\n",
"\n" + `[details="${I18n.t("composer.details_title")}"]` + "\n",
"\n[/details]\n",
"details_text",
{ multiline: true }