diff --git a/resources/views/components/attribute/internal.blade.php b/resources/views/components/attribute/internal.blade.php
index e13fae0b..1887ed44 100644
--- a/resources/views/components/attribute/internal.blade.php
+++ b/resources/views/components/attribute/internal.blade.php
@@ -1,4 +1,4 @@
-
+
@foreach (old($o->name_lc,$o->values) as $value)
@if($loop->index)
@endif
{{ $value }}
diff --git a/resources/views/components/attribute/layout.blade.php b/resources/views/components/attribute/layout.blade.php
index 2f018ed5..be081785 100644
--- a/resources/views/components/attribute/layout.blade.php
+++ b/resources/views/components/attribute/layout.blade.php
@@ -1,6 +1,6 @@
- | @lang('LDIF Import') @lang('To Server') {{ config('server')->name }} |
+ @lang('LDIF Import') @lang('To Server') {{ config('server')->name }} |
- | @lang('Server Info') {{ $s->rootDSE()->entryuuid[0] ?? '' }} |
+ @lang('Server Info') {{ $s->rootDSE()->entryuuid[0] ?? '' }} |
- | {{ Server::schemaDN() }} | +{{ Server::schemaDN() }} |