]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed style information out of HTML
authorSarven Capadisli <csarven@status.net>
Thu, 31 Dec 2009 16:44:24 +0000 (16:44 +0000)
committerSarven Capadisli <csarven@status.net>
Thu, 31 Dec 2009 16:44:24 +0000 (16:44 +0000)
lib/noticeform.php

index 5afa41e25d2de14fda9ae7c89e12b63e5bc91779..98f15ca096e3a3c7c510981ad77d9493cd6d0e73 100644 (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');
             }