From 29ce3d80852fec587261b9094e7d4b6692be6bd5 Mon Sep 17 00:00:00 2001 From: "T. H. Wright" Date: Wed, 13 Nov 2019 11:43:47 -0500 Subject: [PATCH] Another attempt at label 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 daa5d22..ed415eb 100644 --- a/common/head_tag.html +++ b/common/head_tag.html @@ -74,7 +74,7 @@ api.addToolbarPopupMenuOptionsCallback(() => { api.modifyClass("controller:composer", { actions: { strikethrough() { - this.get("toolbarEvent").applySurround("", "", "strikethrough_prompt"); + this.get("toolbarEvent").applySurround("", "", "strikethrough_text"); }, floatleft() { this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");