Remove all trailing / from tags

This commit is contained in:
James Brooks
2015-01-17 19:23:35 +00:00
parent 5ca4e9af3d
commit dedb7b0e3f
20 changed files with 79 additions and 79 deletions
+2 -2
View File
@@ -3,14 +3,14 @@
@section('content')
<div class="middle-box text-center">
<div>
<img class="logo" height="65" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet"/>
<img class="logo" height="65" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet">
</div>
<h1>{{ trans('errors.not-found.code') }}</h1>
<h3>{{ trans('errors.not-found.title') }}</h3>
<div class="error-desc">
<p>{{ trans('errors.not-found.message') }}</p>
<br/>
<br>
<p>
<a href="/" class="btn btn-default btn-lg">{{ trans('errors.not-found.link') }}</a>
</p>