diff options
-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'), |