Skip to content

Commit

Permalink
Fix indent #10789
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Jul 12, 2024
1 parent ec268d2 commit c825d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/tpl/contacts.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@
<td class="nowrap" data-nature="<?php echo dol_escape_htmltag($entry->nature) ?>">
<span class="opacitymedium">
<?php echo dol_escape_htmltag($entry->nature_html) ?>
</span>
<?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
</span>
<?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
</td>
<td class="tdoverflowmax200" data-type_id="<?php echo ((int) $entry->type_id) ?>" data-type="<?php echo dol_escape_htmltag($entry->type) ?>">
<?php echo dol_escape_htmltag($entry->type) ?>
Expand Down

0 comments on commit c825d76

Please sign in to comment.