From 12c9ea82a1447014701142e2bc59e9c5f603fb79 Mon Sep 17 00:00:00 2001 From: cp6 Date: Mon, 25 Jan 2021 13:28:18 +1100 Subject: [PATCH] Fixed delete labels Fixed delete labels --- class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class.php b/class.php index db5d040..8e09f06 100644 --- a/class.php +++ b/class.php @@ -1168,7 +1168,7 @@ class idlers extends helperFunctions $this->outputString('
'); $this->rowColOpen('form-row', 'col-8'); - $this->outputString(''); + $this->outputString(''); $this->tagClose('div'); $this->colOpen('col-4'); $this->outputString(''); @@ -1285,7 +1285,7 @@ class idlers extends helperFunctions $this->outputString(''); $this->rowColOpen('form-row', 'col-8'); - $this->outputString(''); + $this->outputString(''); $this->tagClose('div'); $this->colOpen('col-4'); $this->outputString('');