Skip to content
Snippets Groups Projects
Commit b775e52a authored by Aria Givi's avatar Aria Givi
Browse files

lang-Attribut in das html-Tag verschoben

parent 6300561d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
<!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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment