Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
85b6d983
Commit
85b6d983
authored
Jul 13, 2018
by
Aria Givi
Browse files
lang-Attribut in das html-Tag verschoben
parent
a45e4025
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/resultPage.blade.php
View file @
85b6d983
<!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"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment