]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/theme.php
Removing extraneous line feeds in conditions
[friendica.git] / view / theme / frost / theme.php
index 464c14d4703ad6b5e10778b3f131d4c796455502..b93123b3dd6a9a02405b11fe78d034a9856e663d 100644 (file)
@@ -24,8 +24,10 @@ function frost_content_loaded(&$a) {
                //$a->page['htmlhead'] = str_replace('$stylesheet', App::get_baseurl() . '/view/theme/frost/login-style.css', $a->page['htmlhead']);
                $a->theme['stylesheet'] = App::get_baseurl() . '/view/theme/frost/login-style.css';
        }
-       if( $a->module === 'login' )
+
+       if ( $a->module === 'login' ) {
                $a->page['end'] .= '<script type="text/javascript"> $(document).ready(function() { $("#id_" + window.loginName).focus();} );</script>';
+       }
 
 }