Skip to content

Commit c825d76

Browse files
Fix indent #10789
1 parent ec268d2 commit c825d76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/core/tpl/contacts.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@
337337
<td class="nowrap" data-nature="<?php echo dol_escape_htmltag($entry->nature) ?>">
338338
<span class="opacitymedium">
339339
<?php echo dol_escape_htmltag($entry->nature_html) ?>
340-
</span>
341-
<?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
340+
</span>
341+
<?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
342342
</td>
343343
<td class="tdoverflowmax200" data-type_id="<?php echo ((int) $entry->type_id) ?>" data-type="<?php echo dol_escape_htmltag($entry->type) ?>">
344344
<?php echo dol_escape_htmltag($entry->type) ?>

0 commit comments

Comments
 (0)