]> git.mxchange.org Git - friendica-addons.git/blobdiff - posterous/posterous.php
Birthday cake smiley.
[friendica-addons.git] / posterous / posterous.php
index eda2a93a4582a7b142dea6b08dca62a83efae71e..7ff95948f646d87682589c04f5cb58a70f59cf17 100755 (executable)
@@ -33,7 +33,7 @@ function posterous_jot_nets(&$a,&$b) {
     if(intval($pstr_post) == 1) {
         $pstr_defpost = get_pconfig(local_user(),'posterous','post_by_default');
         $selected = ((intval($pstr_defpost) == 1) ? ' checked="checked" ' : '');
-        $b .= '<div class="profile-jot-net"><input type="checkbox" name="posterous_enable"' . $selected . 'value="1" /> '
+        $b .= '<div class="profile-jot-net"><input type="checkbox" name="posterous_enable"' . $selected . ' value="1" /> '
             . t('Post to Posterous') . '</div>';
     }
 }