]> git.mxchange.org Git - friendica-addons.git/blobdiff - tumblr/tumblr.php
html issues
[friendica-addons.git] / tumblr / tumblr.php
index 31021842cce105ec87d0034cb750735ab6f3be91..723bdef0b5fb3ec5220bb671910069199ad887a5 100755 (executable)
@@ -32,7 +32,7 @@ function tumblr_jot_nets(&$a,&$b) {
     if(intval($tmbl_post) == 1) {
         $tmbl_defpost = get_pconfig(local_user(),'tumblr','post_by_default');
         $selected = ((intval($tmbl_defpost) == 1) ? ' checked="checked" ' : '');
-        $b .= '<div class="profile-jot-net"><input type="checkbox" name="tumblr_enable"' . $selected . 'value="1" /> '
+        $b .= '<div class="profile-jot-net"><input type="checkbox" name="tumblr_enable"' . $selected . ' value="1" /> '
             . t('Post to Tumblr') . '</div>';
     }
 }