diff --git a/include/template/action_display_short.php b/include/template/action_display_short.php index abe0b49fc..332119245 100644 --- a/include/template/action_display_short.php +++ b/include/template/action_display_short.php @@ -33,7 +33,7 @@ $title=new IText('title_event'); $title->css_isze="60%"; // Description $summary=new ITextarea('summary'); -$summary->style.='class="itextarea" style="padding:0px;margin:0px"'; +$summary->style='class="itextarea" style="padding:0px;margin:0px"'; // Type of document / event $type=new ISelect("type_event");