Skip to content

Commit 38b2da8

Browse files
Fix indent #10789
1 parent ec268d2 commit 38b2da8

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

htdocs/core/tpl/contacts.tpl.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
2-
/* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
3-
* Copyright (C) 2013-2015 Laurent Destailleur <eldy@users.sourceforge.net>
4-
* Copyright (C) 2015-2016 Charlie BENKE <charlie@patas-monkey.com>
5-
* Copyright (C) 2021 Frédéric France <frederic.france@netlogic.fr>
2+
/* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
3+
* Copyright (C) 2013-2015 Laurent Destailleur <eldy@users.sourceforge.net>
4+
* Copyright (C) 2015-2016 Charlie BENKE <charlie@patas-monkey.com>
5+
* Copyright (C) 2021 Frédéric France <frederic.france@netlogic.fr>
6+
* Copyright (C) 2024 Solution Libre SAS <contact@solution-libre.fr>
67
*
78
* This program is free software; you can redistribute it and/or modify
89
* it under the terms of the GNU General Public License as published by
@@ -337,8 +338,8 @@
337338
<td class="nowrap" data-nature="<?php echo dol_escape_htmltag($entry->nature) ?>">
338339
<span class="opacitymedium">
339340
<?php echo dol_escape_htmltag($entry->nature_html) ?>
340-
</span>
341-
<?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
341+
</span>
342+
<?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
342343
</td>
343344
<td class="tdoverflowmax200" data-type_id="<?php echo ((int) $entry->type_id) ?>" data-type="<?php echo dol_escape_htmltag($entry->type) ?>">
344345
<?php echo dol_escape_htmltag($entry->type) ?>

0 commit comments

Comments
 (0)