mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix typo in template files
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
@extends('errors.layout)
|
||||
@extends('errors.layout')
|
||||
|
||||
@section('title')
|
||||
HTTP/1.1 404 Not Found
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors.layout)
|
||||
@extends('errors.layout')
|
||||
|
||||
@section('title')
|
||||
Be right back.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors.layout)
|
||||
@extends('errors.layout')
|
||||
|
||||
@section('title')
|
||||
Too many requests.
|
||||
|
||||
@@ -41,7 +41,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
@yield('content')
|
||||
<div>
|
||||
@yield('content')
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors.layout)
|
||||
@extends('errors.layout')
|
||||
|
||||
@section('title')
|
||||
Be right back.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('errors.layout)
|
||||
@extends('errors.layout')
|
||||
|
||||
@section('title')
|
||||
Security token mismatch
|
||||
|
||||
Reference in New Issue
Block a user