From c7e1caf223f51a08b275e47d9e6f79284ba375dd Mon Sep 17 00:00:00 2001 From: wn_ Date: Thu, 26 Oct 2023 15:01:43 +0000 Subject: Fix class names in some more places. Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f --- js/Article.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Article.js') diff --git a/js/Article.js b/js/Article.js index 85cee6322..694c7e616 100644 --- a/js/Article.js +++ b/js/Article.js @@ -352,7 +352,7 @@ const Article = { title: __("Article tags"), content: ` ${App.FormFields.hidden_tag("id", id.toString())} - ${App.FormFields.hidden_tag("op", "article")} + ${App.FormFields.hidden_tag("op", "Article")} ${App.FormFields.hidden_tag("method", "setArticleTags")}
-- cgit v1.2.3