Remove extra }}

This commit is contained in:
Nabeel Shahzad 2018-07-18 08:33:09 -05:00
parent fb17159743
commit 69eebd9370

View File

@ -49,7 +49,7 @@
</tr> </tr>
@if($pirep->level) @if($pirep->level)
<tr> <tr>
<td nowrap><span class="title">@lang('pireps.flightlevel') }}&nbsp;</span></td> <td nowrap><span class="title">@lang('pireps.flightlevel')&nbsp;</span></td>
<td>{{ $pirep->level }}</td> <td>{{ $pirep->level }}</td>
</tr> </tr>
@endif @endif