]> git.mxchange.org Git - friendica.git/commitdiff
Remove unneeded linefeeds
authorMichael <heluecht@pirati.ca>
Sat, 25 Mar 2017 19:31:32 +0000 (19:31 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 25 Mar 2017 19:31:32 +0000 (19:31 +0000)
view/theme/frio/php/default.php
view/theme/frio/php/standard.php

index 56118cc90e0401c0b283ed6a25ce9c6f69a3e187..87ccf3dc1a85114da47094bf9c7066cced5f36e7 100644 (file)
@@ -4,20 +4,17 @@
  * @brief The default site template
  */
 ?>
-
 <!DOCTYPE html >
-
-<?php 
+<?php
        require_once('view/theme/frio/php/frio_boot.php');
 
 //     $minimal = is_modal();
 
 ?>
-
 <html>
 <head>
        <title><?php if(x($page,'title')) echo $page['title'] ?></title>
-       <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?> ">
+       <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?>">
        <script>var baseurl="<?php echo App::get_baseurl() ?>";</script>
        <script>var frio="<?php echo "view/theme/frio"; ?>";</script>
        <?php $baseurl = App::get_baseurl(); ?>
@@ -31,8 +28,6 @@
                        if(x($page,'htmlhead')) echo $page['htmlhead'];
                }
        ?>
-       
-
 </head>
 <?php
 if(($_SERVER['REQUEST_URI'] != "/register") && ($_SERVER['REQUEST_URI'] != "/lostpass") && ($_SERVER['REQUEST_URI'] != "/login"))
@@ -90,7 +85,6 @@ else
                                        ";
                                }
 ?>
-               
                        </div><!--row-->
                </div><!-- container -->
 
index 491fa9d5b0df87c69b97170b39532db65259ccdc..9e3d2ca638ab0595d1580a8f3481e3888c30d7fb 100644 (file)
@@ -4,21 +4,17 @@
  * @brief The default site template
  */
 ?>
-
 <!DOCTYPE html >
-
 <html>
 <head>
        <title><?php if(x($page,'title')) echo $page['title'] ?></title>
        <meta name="viewport" content="initial-scale=1.0">
-       <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?> ">
+       <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?>">
        <script>var baseurl="<?php echo App::get_baseurl() ?>";</script>
        <script>var frio="<?php echo "view/theme/frio"; ?>";</script>
        <?php $baseurl = App::get_baseurl(); ?>
        <?php $frio = "view/theme/frio"; ?>
        <?php if(x($page,'htmlhead')) echo $page['htmlhead']; ?>
-       
-
 </head>
 <body id=\"top\">";
 <?php if($_SERVER['REQUEST_URI'] == "/"){header('Location: /login');} ?>
@@ -54,7 +50,6 @@
                                        </div>
                                                ";
 ?>
-               
                        </div><!--row-->
                </div><!-- container -->
 
@@ -80,7 +75,7 @@
                        })
                })
        }
-       
+
        $('textarea').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl')
        $('input').enterKey(function() {$(this).closest('form').submit(); }, 'ctrl')
 </script>
@@ -126,7 +121,5 @@ $("nav").bind('nav-update', function(e,data)
                </div>
        </div>
 </div>
-
-
 </footer>
 </body>