Removed style information out of HTML

This commit is contained in:
Sarven Capadisli 2009-12-31 16:44:24 +00:00
parent 5a66d27637
commit 8872d91483
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class NoticeForm extends Form
$this->out->elementStart('div',array('id' => 'notice_data-location_enabled_container', 'data-geocode-url' => common_local_url('geocode')));
$this->out->checkbox('notice_data-location_enabled', _('Share your location'), true);
$this->out->element('a', array('style' => 'display: none', 'target' => '_blank', 'id' => 'notice_data-location_name'), _('Finding your location...'));
$this->out->element('a', array('id' => 'notice_data-location_name'), _('Finding your location...'));
$this->out->elementEnd('div');
}