summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-02 18:58:10 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-02 18:58:10 +0000
commitfd3d4370d147bee589614f47a068c14dcc431807 (patch)
tree3c7cfc4134464428dd6d885e9fbb412973d7533b
parenteb9162f6c425f41d8d4a862b093a8071dc1751e2 (diff)
Fix indentation.
-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