w3c compliance fixes, owner attribution on likes defaulting to local owner, not item creator

This commit is contained in:
Friendika 2011-09-23 03:12:31 -07:00
parent a2b2318106
commit 3a2bf8ab7c
9 changed files with 37 additions and 14 deletions

View file

@ -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>';
}