... | ... |
@@ -200,7 +200,7 @@ $GLOBALS['TL_DCA']['tl_article_layouts'] = array |
200 | 200 |
'label' => &$GLOBALS['TL_LANG']['tl_article_layouts']['bgStyle'], |
201 | 201 |
'exclude' => true, |
202 | 202 |
'inputType' => 'text', |
203 |
- 'eval' => array('tl_class'=>'long','maxlength'=>255), |
|
203 |
+ 'eval' => array('tl_class'=>'long','maxlength'=>255,'decodeEntities'=>true), |
|
204 | 204 |
'sql' => "varchar(255) NOT NULL default ''" |
205 | 205 |
), |
206 | 206 |
'restrictContentElements' => array |