From 66c486c8788b6c65e496542461db39343d0056ad Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 14 Dec 2021 11:12:54 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/class/html.formsetup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formsetup.class.php b/htdocs/core/class/html.formsetup.class.php index a3f8a58d88e..1778b46995e 100644 --- a/htdocs/core/class/html.formsetup.class.php +++ b/htdocs/core/class/html.formsetup.class.php @@ -45,7 +45,7 @@ class FormSetup protected $maxItemRank; /** - * this is an html string display before output form + * this is an html string display before output form * @var string */ public $htmlBeforeOutputForm = '';