From dbe98b3a9d3b406bd2118626eaa3ccbfc56f852b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 6 Apr 2021 18:56:30 +0200 Subject: [PATCH] remove extra '"' in attribute of input element --- views/bootstrap/class.Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 4714db3a5..d4147a0f7 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -63,7 +63,7 @@ class SeedDMS_View_Settings extends SeedDMS_Bootstrap_Style { $class = 'input-medium'; else $class = 'input-small'; - $html .= ''; + $html .= ''; } return $html; } /* }}} */