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 4aae298..a817c14 100644 (file)
Binary files a/libertree.tgz and b/libertree.tgz differ
index 0de89b9..4f0c814 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 39f8e69..a58e70e 100644 (file)
Binary files a/posterous.tgz and b/posterous.tgz differ
index eda2a93..7ff9594 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 b97ba17..d5a34c2 100755 (executable)
Binary files a/tumblr.tgz and b/tumblr.tgz differ
index 3102184..723bdef 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>';
     }
 }