@@ -147,7 +147,7 @@ |
||
147 | 147 | private function setFeedbackStyleMessage($sType) |
148 | 148 | { |
149 | 149 | $formatMessage = 'display:inline;padding-right:5px;padding-bottom:5px;'; |
150 | - $styleByTypeMsg = [ |
|
150 | + $styleByTypeMsg = [ |
|
151 | 151 | 'alert' => 'background-color:navy;color:orange;border:medium solid orange;', |
152 | 152 | 'check' => 'background-color:yellow;color:green;border:medium solid green;', |
153 | 153 | 'error' => 'background-color:yellow;color:red;border:medium solid red;', |