diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-29 08:49:19 -0500 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-29 08:49:19 -0500 |
commit | 440d7d17b0cc86996132dac3f4b23d69ac60968f (patch) | |
tree | 660f113b674e266f4c6c2e9815c6f236551131ae | |
parent | 746880e49eb3955d260835ffbc127c3a02b0f211 (diff) |
wrong tags in tagother
-rw-r--r-- | actions/tagother.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/tagother.php b/actions/tagother.php index 9a63fc438..9b06cb43e 100644 --- a/actions/tagother.php +++ b/actions/tagother.php @@ -90,7 +90,6 @@ class TagotherAction extends Action $this->elementEnd('dd'); $this->elementEnd('dl'); - $this->elementStart('dl', 'entity_nickname'); $this->element('dt', null, _('Nickname')); $this->elementStart('dd'); @@ -142,6 +141,8 @@ class TagotherAction extends Action $this->hidden('token', common_session_token()); $this->hidden('id', $this->profile->id); + $user = common_current_user(); + $this->elementStart('ul', 'form_data'); $this->elementStart('li'); $this->input('tags', _('Tags'), |