From a45e40255272424504875b4b211b951e09f564f6 Mon Sep 17 00:00:00 2001 From: Aria <aria@suma-ev.de> Date: Mon, 9 Jul 2018 12:51:55 +0200 Subject: [PATCH] =?UTF-8?q?einige=20der=20meta=20tag=20attribute=20werden?= =?UTF-8?q?=20wohl=20in=20HTML5=20nicht=20mehr=20unterst=C3=BCtzt,=20Gro?= =?UTF-8?q?=C3=9F-/Kleinschreibung=20vereinheitlicht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/layouts/resultPage.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php index e16e5fd91..4f608068c 100644 --- a/resources/views/layouts/resultPage.blade.php +++ b/resources/views/layouts/resultPage.blade.php @@ -11,9 +11,9 @@ <meta name="mm" content="{{ Request::input('verification_id') }}" /> <meta name="mn" content="{{ Request::input('verification_count') }}" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" /> - <meta http-equiv="language" content="{!! trans('staticPages.meta.language') !!}" /> - <meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> + <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