summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/organize/helpers/organize_task.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/helpers/organize_task.php b/modules/organize/helpers/organize_task.php
index e617a0a1..2abebde0 100644
--- a/modules/organize/helpers/organize_task.php
+++ b/modules/organize/helpers/organize_task.php
@@ -101,7 +101,7 @@ class organize_task_Core {
$margin_top = (90 - $height) / 20;
return array("src" => $item->thumb_url() . "?rnd=" . rand(),
- "id" => $item->id, "marginTop" => "{$margin_top}em", "width" => $width, "height" => $height);
-
+ "id" => $item->id,
+ "marginTop" => "{$margin_top}em", "width" => $width, "height" => $height);
}
} \ No newline at end of file