From b938840d001ed3d01f7ee13c5714b7be1ea1ce0a Mon Sep 17 00:00:00 2001 From: "Miguel A. Estrada" Date: Fri, 6 Oct 2023 18:09:52 -0700 Subject: [PATCH] fix(qm-object-cache): call closing tab markup at right time so tabs display correctly --- .../html/class-qm-output-html-object-cache-group-stats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qm-plugins/qm-object-cache/html/class-qm-output-html-object-cache-group-stats.php b/qm-plugins/qm-object-cache/html/class-qm-output-html-object-cache-group-stats.php index 6566d50d73..bb5bd96443 100644 --- a/qm-plugins/qm-object-cache/html/class-qm-output-html-object-cache-group-stats.php +++ b/qm-plugins/qm-object-cache/html/class-qm-output-html-object-cache-group-stats.php @@ -89,9 +89,9 @@ public function output() { echo ''; $this->output_after_section(); } - - $this->after_non_tabular_output(); } + + $this->after_non_tabular_output(); } /**