@@ -137,7 +137,7 @@ |
||
137 | 137 | $style = []; |
138 | 138 | |
139 | 139 | switch(true){ |
140 | - case $align && in_array($align, ['left', 'center', 'right', 'justify', 'start', 'end', 'inherit',]): |
|
140 | + case $align && in_array($align, ['left', 'center', 'right', 'justify', 'start', 'end', 'inherit', ]): |
|
141 | 141 | $style['text-align'] = $align; |
142 | 142 | break; |
143 | 143 | case $valign && in_array($valign, ['baseline', 'bottom', 'middle', 'top']): |