diff --git a/class.php b/class.php index 19b94f2..266e8d2 100644 --- a/class.php +++ b/class.php @@ -2132,11 +2132,11 @@ class idlers extends helperFunctions $this->outputString('View YABs'); $this->tagClose('div'); $this->colOpen('col-12 col-md-6'); - $this->outputString('Close'); + $this->outputString('Close'); $this->tagClose('div',2); } else { $this->rowColOpen('row text-center', 'col-12'); - $this->outputString('Close'); + $this->outputString('Close'); $this->tagClose('div',2); } } @@ -2732,7 +2732,7 @@ class idlers extends helperFunctions $this->tagClose('textarea'); $this->tagClose('form'); $this->rowColOpen('row text-center', 'col-12'); - $this->outputString('Close YABs'); + $this->outputString('Close YABs'); $this->tagClose('div',2); }