mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Stray semicolon
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
3e111fca6e
commit
e451ca1a5c
|
@ -41,7 +41,7 @@
|
|||
@if ($item->id)
|
||||
<h2 class="box-title text-left" style="padding-top: 8px;">
|
||||
{{ $item->display_name }}
|
||||
</h2> ;
|
||||
</h2>
|
||||
@endif
|
||||
</div>
|
||||
@if (isset($topSubmit) && ($topSubmit=='true'))
|
||||
|
|
Loading…
Reference in a new issue