From 86b88d73dd593eca4dc7d0fda05cf760cf12f5ff Mon Sep 17 00:00:00 2001 From: "T. H. Wright" Date: Wed, 13 Nov 2019 11:17:34 -0500 Subject: [PATCH] Syntax fix. --- common/head_tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/head_tag.html b/common/head_tag.html index 8a4aa75..630ade2 100644 --- a/common/head_tag.html +++ b/common/head_tag.html @@ -77,7 +77,7 @@ api.modifyClass("controller:composer", { this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text"); }, columns() { - this.get("toolbarEvent").applySurround('[wrap="columns"]\n'), '\n[/wrap]', "columns_text")); + this.get("toolbarEvent").applySurround('[wrap="columns"]\n', '\n[/wrap]', "columns_text"); }, superscript() { this.get("toolbarEvent").applySurround("", "", "superscript_text");