Stray semicolon

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-02-15 17:37:53 -08:00
parent 3e111fca6e
commit e451ca1a5c

View file

@ -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'))