]> git.mxchange.org Git - friendica-addons.git/commitdiff
html issues
authorfriendica <info@friendica.com>
Thu, 14 Jun 2012 04:41:49 +0000 (21:41 -0700)
committerfriendica <info@friendica.com>
Thu, 14 Jun 2012 04:41:49 +0000 (21:41 -0700)
libertree.tgz
libertree/libertree.php
posterous.tgz
posterous/posterous.php
tumblr.tgz
tumblr/tumblr.php

index 4aae298edf3ca71b0cabde18c4cb0154056ba35c..a817c140b009c86ff14ecbc535ebbe116cd79456 100644 (file)
Binary files a/libertree.tgz and b/libertree.tgz differ
index 0de89b9dd7823e841bf81d4bd6bd2681e9c69934..4f0c814d2d1067f2ddb6c021c89cbfde46a289be 100755 (executable)
@@ -32,7 +32,7 @@ function libertree_jot_nets(&$a,&$b) {
     if(intval($ltree_post) == 1) {
         $ltree_defpost = get_pconfig(local_user(),'libertree','post_by_default');
         $selected = ((intval($ltree_defpost) == 1) ? ' checked="checked" ' : '');
-        $b .= '<div class="profile-jot-net"><input type="checkbox" name="libertree_enable"' . $selected . 'value="1" /> '
+        $b .= '<div class="profile-jot-net"><input type="checkbox" name="libertree_enable"' . $selected . ' value="1" /> '
             . t('Post to libertree') . '</div>';
     }
 }
index 39f8e69fb3f57f25402b4bd727240fec6290f0ee..a58e70ea71d8d42e3b60c07a57049d0f0147c151 100644 (file)
Binary files a/posterous.tgz and b/posterous.tgz differ
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>';
     }
 }
index b97ba171a8ba9fa089655ced91d6d51fbfb6da80..d5a34c218ee8e92aad3e2d0cb943c560fb888f4c 100755 (executable)
Binary files a/tumblr.tgz and b/tumblr.tgz differ
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>';
     }
 }