]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
roll update 1118 forward, enable update 1119
[friendica.git] / mod / editpost.php
old mode 100644 (file)
new mode 100755 (executable)
index c396ee4..bceb925
@@ -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>';
        }