diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php
index fed3fb26861b..2f0597a6f7de 100644
--- a/app/views/public/header.blade.php
+++ b/app/views/public/header.blade.php
@@ -19,24 +19,24 @@
@stop
@@ -64,7 +64,7 @@
}
@if (isset($invoiceNow) && $invoiceNow)
- getStarted();
+ getStarted();
@endif
function isStorageSupported() {
@@ -94,29 +94,29 @@
 }})
-
-
-
- - {{ link_to('about', 'About Us' ) }}
- - {{ link_to('plans', 'Plans' ) }}
- - {{ link_to('contact', 'Contact Us' ) }}
- - {{ link_to('http://blog.invoiceninja.com', 'Blog' ) }}
- - {{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}
-
-
+
+
+
+ - {{ link_to('about', 'About Us' ) }}
+ - {{ link_to('plans', 'Plans' ) }}
+ - {{ link_to('contact', 'Contact Us' ) }}
+ - {{ link_to('http://blog.invoiceninja.com', 'Blog' ) }}
+ - {{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}
+
+
- @yield('content')
+@yield('content')
-