aboutsummaryrefslogtreecommitdiffstats
path: root/addon/twitter
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-23 03:12:31 -0700
committerFriendika <info@friendika.com>2011-09-23 03:12:31 -0700
commit3a2bf8ab7ced5f7cc88f8f48b372a0ad08735ed9 (patch)
treefafa7002e190d420602d816c8669788085c8db20 /addon/twitter
parenta2b2318106be9b133a7265697dc8776bcc248839 (diff)
downloadvolse-hubzilla-3a2bf8ab7ced5f7cc88f8f48b372a0ad08735ed9.tar.gz
volse-hubzilla-3a2bf8ab7ced5f7cc88f8f48b372a0ad08735ed9.tar.bz2
volse-hubzilla-3a2bf8ab7ced5f7cc88f8f48b372a0ad08735ed9.zip
w3c compliance fixes, owner attribution on likes defaulting to local owner, not item creator
Diffstat (limited to 'addon/twitter')
-rw-r--r--addon/twitter/twitter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/twitter/twitter.php b/addon/twitter/twitter.php
index b1c8a0a89..51b55fd0a 100644
--- a/addon/twitter/twitter.php
+++ b/addon/twitter/twitter.php
@@ -66,7 +66,7 @@ function twitter_jot_nets(&$a,&$b) {
if(intval($tw_post) == 1) {
$tw_defpost = get_pconfig(local_user(),'twitter','post_by_default');
$selected = ((intval($tw_defpost) == 1) ? ' checked="checked" ' : '');
- $b .= '<div class="profile-jot-net"><input type="checkbox" name="twitter_enable"' . $selected . 'value="1" /> '
+ $b .= '<div class="profile-jot-net"><input type="checkbox" name="twitter_enable"' . $selected . ' value="1" /> '
. t('Post to Twitter') . '</div>';
}