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
@@ -5,7 +5,7 @@
<div class="row app-banner">
<div class="col-md-12 text-center">
<?php $bannerType = Setting::get('app_banner_type') ?>
<img src="data:{{ $bannerType }};base64, {{ $bannerImage}}" class="banner-image img-responsive" />
<img src="data:{{ $bannerType }};base64, {{ $bannerImage}}" class="banner-image img-responsive">
</div>
</div>
@endif
@@ -29,7 +29,7 @@
@foreach($allIncidents as $incidents)
@include('partials.incidents', $incidents)
@endforeach
<hr/>
<hr>
<nav>
<ul class="pager">