diff options
author | Friendika <info@friendika.com> | 2011-09-23 03:12:31 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-23 03:12:31 -0700 |
commit | 3a2bf8ab7ced5f7cc88f8f48b372a0ad08735ed9 (patch) | |
tree | fafa7002e190d420602d816c8669788085c8db20 /include/conversation.php | |
parent | a2b2318106be9b133a7265697dc8776bcc248839 (diff) | |
download | volse-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 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index a4069c9fd..b8364ad3b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -730,7 +730,7 @@ function status_editor($a,$x, $notes_cid = 0) { if($mail_enabled) { $selected = (($pubmail_enabled) ? ' checked="checked" ' : ''); - $jotnets .= '<div class="profile-jot-net"><input type="checkbox" name="pubmail_enable"' . $selected . 'value="1" /> ' + $jotnets .= '<div class="profile-jot-net"><input type="checkbox" name="pubmail_enable"' . $selected . ' value="1" /> ' . t("Post to Email") . '</div>'; } |