From 05e8906662e0c732cf4b3b4cd79da6a978233743 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Wed, 20 May 2026 12:32:52 +0400 Subject: [PATCH 1/2] Fixed unclosed `
` tag in the content edit job view When new React UI was introduced in ff6b5258ec154eda8132e4c0f352fc8cddf11665, element .job-wizard was covered with the `
` element, but this element didn't have the corresponding closing tag. --- inc/Smartling/WP/View/ContentEditJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Smartling/WP/View/ContentEditJob.php b/inc/Smartling/WP/View/ContentEditJob.php index 20d57e44..c2d7aced 100644 --- a/inc/Smartling/WP/View/ContentEditJob.php +++ b/inc/Smartling/WP/View/ContentEditJob.php @@ -234,7 +234,7 @@
- + Date: Wed, 20 May 2026 12:40:31 +0400 Subject: [PATCH 2/2] Disabled wrapper condition for closing tags in old `.job-wizard` section First condition was forcibly disabled, but the second one was not. This potentially creates stray closing tags when `$needWrapper` is `true` --- inc/Smartling/WP/View/ContentEditJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Smartling/WP/View/ContentEditJob.php b/inc/Smartling/WP/View/ContentEditJob.php index c2d7aced..a736c89c 100644 --- a/inc/Smartling/WP/View/ContentEditJob.php +++ b/inc/Smartling/WP/View/ContentEditJob.php @@ -229,7 +229,7 @@ - +