From 9ab1250d33318f31284c1632ca88a3579c5b5648 Mon Sep 17 00:00:00 2001 From: "Miguel A. Estrada" Date: Fri, 6 Oct 2023 19:35:10 -0700 Subject: [PATCH] fix(qm-object-cache): call closing tab markup at right time so tabs display correctly (#4928) --- .../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(); } /**