diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-31 16:44:24 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-31 16:44:24 +0000 |
commit | 8872d91483b689d168244ff0df2fa4b5b23a38cc (patch) | |
tree | aa2beeb56408181e9c077189de503778733ebcb1 | |
parent | 5a66d27637237359b2d81f2ac21e721703b10891 (diff) |
Removed style information out of HTML
-rw-r--r-- | lib/noticeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 5afa41e25..98f15ca09 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -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'); } |