Fix typo in template files

This commit is contained in:
DariusIII
2017-08-30 12:58:17 +02:00
parent 3e963dfe64
commit 30b0fddd35
7 changed files with 9 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
2017-08-30 DariusIII
* Fix: Fix typo in template files
* Chg: Update warnings and http response templates
* Chg: Disable caching for php-tmdb
* Chg: Update Tmux class, use Models/Tmux and change usage of $pdo variable
+1 -1
View File
@@ -1,4 +1,4 @@
@extends('errors.layout)
@extends('errors.layout')
@section('title')
HTTP/1.1 404 Not Found
+1 -1
View File
@@ -1,4 +1,4 @@
@extends('errors.layout)
@extends('errors.layout')
@section('title')
Be right back.
+1 -1
View File
@@ -1,4 +1,4 @@
@extends('errors.layout)
@extends('errors.layout')
@section('title')
Too many requests.
+3 -1
View File
@@ -41,7 +41,9 @@
</head>
<body>
<div class="container">
@yield('content')
<div>
@yield('content')
</div>
</div>
</body>
</html>
+1 -1
View File
@@ -1,4 +1,4 @@
@extends('errors.layout)
@extends('errors.layout')
@section('title')
Be right back.
+1 -1
View File
@@ -1,4 +1,4 @@
@extends('errors.layout)
@extends('errors.layout')
@section('title')
Security token mismatch