From 33a680de0e660fd7aea1a1a7ce3ea466846197df Mon Sep 17 00:00:00 2001 From: cp6 Date: Sun, 24 Jan 2021 13:30:22 +1100 Subject: [PATCH] Fixed NULL notes causing issue Fixed isue where having null in notes value meant the textarea didnt close out --- class.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/class.php b/class.php index c7a450a..af6fdba 100644 --- a/class.php +++ b/class.php @@ -2124,7 +2124,11 @@ class idlers extends helperFunctions $this->rowColOpen('row m-section-row', 'col-12 text-center'); $this->htmlPhrase('p', 'm-section-text', 'Notes'); $this->outputString(""); $this->tagClose('div', 2);