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 /mod/editpost.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 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index c396ee44b..bceb9250a 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -71,7 +71,7 @@ function editpost_content(&$a) { 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>'; } |