X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftagother.php;h=0d18945a09e88b2e8d2cc9b2704584cc93184be1;hb=f87ef9b72b8e054296a3fd37c74f07af5f6a6c38;hp=3e8a12fd693d3d78a3717530dee6e31ec35795b9;hpb=343cd6f20577c44487eae4e90ec10bfd954980e3;p=quix0rs-gnu-social.git diff --git a/actions/tagother.php b/actions/tagother.php index 3e8a12fd69..0d18945a09 100644 --- a/actions/tagother.php +++ b/actions/tagother.php @@ -110,7 +110,7 @@ class TagotherAction extends Action if ($this->profile->location) { $this->elementStart('dl', 'entity_location'); $this->element('dt', null, _('Location')); - $this->element('dd', 'location', $this->profile->location); + $this->element('dd', 'label', $this->profile->location); $this->elementEnd('dl'); } if ($this->profile->homepage) { @@ -135,7 +135,8 @@ class TagotherAction extends Action 'id' => 'form_tag_user', 'class' => 'form_settings', 'name' => 'tagother', - 'action' => $this->selfUrl())); + 'action' => common_local_url('tagother', array('id' => $this->profile->id)))); + $this->elementStart('fieldset'); $this->element('legend', null, _('Tag user')); $this->hidden('token', common_session_token());