From dcc42328b12839b43ca52058eeab1106e094e8e1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 19 Feb 2009 01:50:38 +0000 Subject: Fix indentation. --- core/helpers/photo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/photo.php b/core/helpers/photo.php index 87b35817..a571943d 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -97,7 +97,8 @@ class photo_Core { static function get_add_form($parent) { $form = new Forge("albums/{$parent->id}", "", "post", array("id" => "gAddPhotoForm")); - $group = $form->group("add_photo")->label(t("Add Photo to %album_title", array("album_title" =>$parent->title))); + $group = $form->group("add_photo")->label( + t("Add Photo to %album_title", array("album_title" =>$parent->title))); $group->input("name")->label(t("Name")); $group->input("title")->label(t("Title")); $group->textarea("description")->label(t("Description")); -- cgit v1.2.3