diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:10:42 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:10:42 +0100 |
commit | e9b3e4e7a8feaebec370db780a4da7fd639772f3 (patch) | |
tree | 343bc644e80f66ac4ef674aceed81528fb539880 /actions | |
parent | 94d3a4b22cfeeeff57be30647df6c59e971bfa52 (diff) | |
parent | 32debdac66eed90e5b93b29eda7cbc264e5dfa4e (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r-- | actions/subscriptions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/subscriptions.php b/actions/subscriptions.php index 8d1462d49..bcc557891 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -111,7 +111,7 @@ class SubscriptionsList extends ProfileList $this->out->elementStart('form', array('id' => 'subedit-' . $profile->id, 'method' => 'post', - 'class' => 'subedit', + 'class' => 'form_subcription_edit', 'action' => common_local_url('subedit'))); $this->out->hidden('token', common_session_token()); $this->out->hidden('profile', $profile->id); |