From b775e52ae259d1dfc72793d212a043e60a3886b9 Mon Sep 17 00:00:00 2001 From: Aria <aria@suma-ev.de> Date: Fri, 13 Jul 2018 09:48:29 +0200 Subject: [PATCH] lang-Attribut in das html-Tag verschoben --- resources/views/layouts/resultPage.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php index 4f608068c..5bbaf1f4c 100644 --- a/resources/views/layouts/resultPage.blade.php +++ b/resources/views/layouts/resultPage.blade.php @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="{!! trans('staticPages.meta.language') !!}"> <head> <title>{{ $eingabe }} - MetaGer</title> <link href="/favicon.ico" rel="icon" type="image/x-icon" /> @@ -13,7 +13,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> - <meta lang="{!! trans('staticPages.meta.language') !!}" /> <link rel="search" type="application/opensearchdescription+xml" title="{!! trans('resultPage.opensearch') !!}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}"> <link type="text/css" rel="stylesheet" href="{{ mix('css/themes/default.css') }}" /> <link type="text/css" rel="stylesheet" href="/font-awesome/css/font-awesome.min.css" /> -- GitLab