diff --git a/Plugin/unraid/Varaverk.page b/Plugin/unraid/Varaverk.page
index f80e495..1c2fc5a 100644
--- a/Plugin/unraid/Varaverk.page
+++ b/Plugin/unraid/Varaverk.page
@@ -36,7 +36,7 @@ $tabLabels = ['monitor' => 'Monitor', 'scheduler' => 'Scheduler', 'docker' => 'D
-
+
= $tabLabels[$t] ?? ucfirst($t) ?>
diff --git a/Plugin/unraid/pages/setup.php b/Plugin/unraid/pages/setup.php
index 170b221..c3bd048 100644
--- a/Plugin/unraid/pages/setup.php
+++ b/Plugin/unraid/pages/setup.php
@@ -312,7 +312,7 @@ function vvLoadChecklist() {
const lbl = vvActionLabels[item.action] || item.action;
const href = vvActionHref[item.action];
if (href) {
- act = `
`;
+ act = `
`;
} else if (item.action === 'create_key') {
act = `
`;
} else if (item.action === 'run_populate') {