diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 7160266ca..55030bf3c 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; } /* }}} */