... | ... |
@@ -30,7 +30,7 @@ class TemplateListener implements FrameworkAwareInterface |
30 | 30 |
} |
31 | 31 |
if ($template->es_textAlign) |
32 | 32 |
{ |
33 |
- $template->class = trim($template->class . ' align_'.$template->es_textAlign); |
|
33 |
+ $template->class = trim($template->class . ' ta_'.$template->es_textAlign); |
|
34 | 34 |
} |
35 | 35 |
if ($template->es_col_text) |
36 | 36 |
{ |