Skip to content

Commit b9ae269

Browse files
committed
Fix html syntax error that stopped rendering uuid for a DN
1 parent ae78257 commit b9ae269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/fragment/dn/header.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<tr class="mt-1">
2424
<td class="p-0 pe-2">UUID</td>
2525
<th class="p-0">
26-
<x-attribute :o="$o->getObject('entryuuid')""/>
26+
<x-attribute :o="$o->getObject('entryuuid')"/>
2727
</th>
2828
</tr>
2929
@if($langtags->count())

0 commit comments

Comments
 (0)