add quotes to toolbar details insertion
This commit is contained in:
parent
bbd428fb94
commit
e8a2aaafeb
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue