]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/default.php
[frio] Prevent Enter from sending the form in ACL tags input in /compose
[friendica.git] / view / theme / frio / php / default.php
index 231e92a242a0361d824e4d3c82a256b5ee523c8f..22bb995804a474cd032d74f1bb479351fdf7577a 100644 (file)
@@ -54,7 +54,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
                }
 
                if (empty($nav_bg)) {
-            $nav_bg = Config::get('frio', 'nav_bg');
+                       $nav_bg = Config::get('frio', 'nav_bg');
                }
 
                if (empty($nav_bg) || !is_string($nav_bg)) {
@@ -83,7 +83,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
        // special minimal style for modal dialogs
        if ($minimal) {
 ?>
-        <!-- <?php echo __FILE__ ?> -->
+               <!-- <?php echo __FILE__ ?> -->
                <section class="minimal">
                        <?php if (!empty($page['content'])) echo $page['content']; ?>
                        <div id="page-footer"></div>