From 13618709c3462deb882d47ac907b07ca702ecda8 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 8 Feb 2016 01:36:38 +0100 Subject: [PATCH] small notice --- include/template/action_display_short.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");