]> git.mxchange.org Git - friendica.git/commitdiff
config page formatation issues fixed
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 28 Jul 2011 15:34:34 +0000 (17:34 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 28 Jul 2011 15:34:34 +0000 (17:34 +0200)
addon/twitter/twitter.php

index 1c5fe4e4ad0bc6d888b2cae27fd8a261427b5b6f..c3fbc3e648677d3dc3d5575ca63755f0647d142c 100644 (file)
@@ -182,9 +182,10 @@ function twitter_settings(&$a,&$s) {
                        $s .= '<div id="twitter-enable-wrapper">';
                        $s .= '<label id="twitter-enable-label" for="twitter-checkbox">'. t('Allow posting to Twitter'). '</label>';
                        $s .= '<input id="twitter-checkbox" type="checkbox" name="twitter-enable" value="1" ' . $checked . '/>';
-                        $s .= '</div><div class="clear"></div>';
+                        $s .= '<div class="clear"></div>';
                         $s .= '<label id="twitter-default-label" for="twitter-default">'. t('Send public postings to Twitter by default') .'</label>';
                         $s .= '<input id="twitter-default" type="checkbox" name="twitter-default" value="1" ' . $defchecked . '/>';
+                       $s .= '</div><div class="clear"></div>';
 
                        $s .= '<div id="twitter-disconnect-wrapper">';
                         $s .= '<label id="twitter-disconnect-label" for="twitter-disconnect">'. t('Clear OAuth configuration') .'</label>';