diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-02 18:58:10 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-02 18:58:10 +0000 |
commit | fd3d4370d147bee589614f47a068c14dcc431807 (patch) | |
tree | 3c7cfc4134464428dd6d885e9fbb412973d7533b /modules/organize/helpers | |
parent | eb9162f6c425f41d8d4a862b093a8071dc1751e2 (diff) |
Fix indentation.
Diffstat (limited to 'modules/organize/helpers')
-rw-r--r-- | modules/organize/helpers/organize_task.php | 4 |
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 |