Fix indentation.

This commit is contained in:
Bharat Mediratta
2009-05-02 18:58:10 +00:00
parent eb9162f6c4
commit fd3d4370d1
+2 -2
View File
@@ -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);
}
}