mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
html issues
This commit is contained in:
parent
46fcc40e92
commit
24da42a22a
6 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ function posterous_jot_nets(&$a,&$b) {
|
|||
if(intval($pstr_post) == 1) {
|
||||
$pstr_defpost = get_pconfig(local_user(),'posterous','post_by_default');
|
||||
$selected = ((intval($pstr_defpost) == 1) ? ' checked="checked" ' : '');
|
||||
$b .= '<div class="profile-jot-net"><input type="checkbox" name="posterous_enable"' . $selected . 'value="1" /> '
|
||||
$b .= '<div class="profile-jot-net"><input type="checkbox" name="posterous_enable"' . $selected . ' value="1" /> '
|
||||
. t('Post to Posterous') . '</div>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue