Fix html closing tags (#1100)
This commit is contained in:
parent
6316cfe2af
commit
28052d5943
5 changed files with 5 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
<p class="text-muted small" style="margin: 0 0 2px;">@lang('server.files.path', ['path' => '<code>/home/container</code>', 'size' => '<code>' . $node->upload_size . ' MB</code>'])</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
|
|
Reference in a new issue