diff --git a/app/Http/Controllers/StartpageController.php b/app/Http/Controllers/StartpageController.php
index 5eddf7a4804f8a7414d27b563afe3e655f93386c..4c5b169db7fccdab5b6084307c9625674e83629e 100644
--- a/app/Http/Controllers/StartpageController.php
+++ b/app/Http/Controllers/StartpageController.php
@@ -47,7 +47,7 @@ class StartpageController extends Controller
             ->with('resultCount', $request->input('param_resultCount', '20'))
             ->with('time', $request->input('param_time', '1000'))
             ->with('sprueche', $request->input('param_sprueche', 'off'))
-            ->with('tab', $request->input('param_sprueche', 'off'))
+            ->with('tab', $request->input('param_tab', 'off'))
             ->with('focusPages', $focusPages)
             ->with('browser', $browser)
             ->with('navbarFocus', 'suche');
diff --git a/app/MetaGer.php b/app/MetaGer.php
index 62ab2eef16868921ed25506a8d1ead6023006295..944eb4d579f620af4dd09ab1ee19fcb19fa57009 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -577,7 +577,7 @@ class MetaGer
         }
         if( $request->has('tab'))
         {
-            if($request->input('tab') === "1")
+            if($request->input('tab') === "off")
             {
                 $this->tab = "_blank";
             }else