summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-02-19 01:50:38 +0000
committerBharat Mediratta <bharat@menalto.com>2009-02-19 01:50:38 +0000
commitdcc42328b12839b43ca52058eeab1106e094e8e1 (patch)
tree8fcf490331951ebb4c9af9739e932989f810a8a6 /core
parentd3752437b925e73bffd1f09de3c14f3bd96dcf6a (diff)
Fix indentation.
Diffstat (limited to 'core')
-rw-r--r--core/helpers/photo.php3
1 files changed, 2 insertions, 1 deletions
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"));