diff --git a/editplain/editplain.php b/editplain/editplain.php index 966e2d8f..caa0f29d 100755 --- a/editplain/editplain.php +++ b/editplain/editplain.php @@ -81,6 +81,6 @@ function editplain_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= ''; } diff --git a/facebook/facebook.php b/facebook/facebook.php index 4c1c0a14..ff9b52ea 100644 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -618,7 +618,7 @@ function facebook_content(&$a) { $o .= ''; $o .= ''; - $o .= ''; + $o .= ''; } return $o; diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php index fb6ebcda..419055ac 100644 --- a/fbpost/fbpost.php +++ b/fbpost/fbpost.php @@ -279,7 +279,7 @@ function fbpost_content(&$a) { $o .= ""; - $o .= ''; + $o .= '
'; } diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php index 95ae9890..3e6648f9 100644 --- a/forumlist/forumlist.php +++ b/forumlist/forumlist.php @@ -175,7 +175,7 @@ function forumlist_plugin_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= ''; } diff --git a/fromapp/fromapp.php b/fromapp/fromapp.php index 9a9fa12b..7a920dd3 100644 --- a/fromapp/fromapp.php +++ b/fromapp/fromapp.php @@ -74,7 +74,7 @@ function fromapp_settings(&$a,&$s) { /* provide a submit button */ - $s .= ''; + $s .= ''; } @@ -98,4 +98,4 @@ function fromapp_post_hook(&$a,&$item) { $item['app'] = trim($apps[mt_rand(0,count($apps)-1)]); return; -} \ No newline at end of file +} diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php index a6d3d84f..058c6e40 100644 --- a/fromgplus/fromgplus.php +++ b/fromgplus/fromgplus.php @@ -45,7 +45,7 @@ function fromgplus_addon_settings(&$a,&$s) { $s .= ''; $s .= ''; +class="settings-submit" value="' . t('Save Settings') . '" />'; $s .= ''; return; diff --git a/geonames/geonames.php b/geonames/geonames.php index 19725bef..c10653a7 100755 --- a/geonames/geonames.php +++ b/geonames/geonames.php @@ -184,6 +184,6 @@ function geonames_plugin_admin(&$a,&$s) { /* provide a submit button */ - $s .= ''; + $s .= ''; } diff --git a/gpluspost/gpluspost.php b/gpluspost/gpluspost.php index 08bb1423..802ccb5b 100644 --- a/gpluspost/gpluspost.php +++ b/gpluspost/gpluspost.php @@ -82,7 +82,7 @@ function gpluspost_settings(&$a,&$s) { /* provide a submit button */ - $s .= ''; + $s .= ''; $s .= 'Register an account at Hootsuite, add your G+ page and add the feed-url there.
';
$s .= 'Feed-url: '.$a->get_baseurl().'/gpluspost/'.urlencode($a->user["nickname"]).'
'.$info_text.'
'; $s .= 'Addon knows '.$address_cnt.' Jabber addresses of '.$contact_cnt.' Friendica contacts (takes some time, usually 10 minutes, to update).
'; - $s .= ''; + $s .= ''; $s .= ' '; $s .= ''; diff --git a/libertree/libertree.php b/libertree/libertree.php index 6a875bb7..3029c60a 100755 --- a/libertree/libertree.php +++ b/libertree/libertree.php @@ -87,7 +87,7 @@ function libertree_settings(&$a,&$s) { /* provide a submit button */ - $s .= ''; + $s .= ''; } diff --git a/libravatar/libravatar.php b/libravatar/libravatar.php index 8cbf1e98..d958dba4 100644 --- a/libravatar/libravatar.php +++ b/libravatar/libravatar.php @@ -96,7 +96,7 @@ function libravatar_plugin_admin (&$a, &$o) { // output Libravatar settings $o .= ''; $o .= replace_macros( $t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$default_avatar' => array('avatar', t('Default avatar image'), $default_avatar, t('Select default avatar image if none was found. See README'), $default_avatars), )); } diff --git a/ljpost/ljpost.php b/ljpost/ljpost.php index dc17e83f..c8690c26 100755 --- a/ljpost/ljpost.php +++ b/ljpost/ljpost.php @@ -90,7 +90,7 @@ function ljpost_settings(&$a,&$s) { /* provide a submit button */ - $s .= ''; + $s .= ''; }