From c93759541bebcc1e9ef6f1950c50cd6eaae32b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= <57175294+TheophileDiot@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:14:43 +0100 Subject: [PATCH] Fix id issue with inject plugin --- src/common/core/inject/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/core/inject/plugin.json b/src/common/core/inject/plugin.json index eb5f04f2f..46fd91698 100644 --- a/src/common/core/inject/plugin.json +++ b/src/common/core/inject/plugin.json @@ -18,7 +18,7 @@ "context": "multisite", "default": "", "help": "The HTML code to inject before the tag.", - "id": "inject-body", + "id": "inject-head", "label": "head HTML code", "regex": "^.*$", "type": "text"