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 38b2da8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions htdocs/core/tpl/contacts.tpl.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php
/* Copyright (C) 2012 Regis Houssin <[email protected]>
* Copyright (C) 2013-2015 Laurent Destailleur <[email protected]>
* Copyright (C) 2015-2016 Charlie BENKE <[email protected]>
* Copyright (C) 2021 Frédéric France <[email protected]>
/* Copyright (C) 2012 Regis Houssin <[email protected]>
* Copyright (C) 2013-2015 Laurent Destailleur <[email protected]>
* Copyright (C) 2015-2016 Charlie BENKE <[email protected]>
* Copyright (C) 2021 Frédéric France <[email protected]>
* Copyright (C) 2024 Solution Libre SAS <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -337,8 +338,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 38b2da8

Please sign in to comment.