From 440d7d17b0cc86996132dac3f4b23d69ac60968f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 29 Jan 2009 08:49:19 -0500 Subject: wrong tags in tagother --- actions/tagother.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'), -- cgit v1.2.3-54-g00ecf