Remove all trailing / from tags
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user