mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
w3c compliance fixes, owner attribution on likes defaulting to local owner, not item creator
This commit is contained in:
parent
a2b2318106
commit
3a2bf8ab7c
9 changed files with 37 additions and 14 deletions
|
@ -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>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue