diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index 63704ab6bca..4f3817401b4 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -8,7 +8,7 @@ * Copyright (C) 2013-2016 Alexandre Spangaro * Copyright (C) 2014 Juanjo Menent * Copyright (C) 2015 Jean-François Ferry - * Copyright (C) 2018 Frédéric France + * Copyright (C) 2018-2019 Frédéric France * Copyright (C) 2019 Josep Lluís Amador * * This program is free software; you can redistribute it and/or modify @@ -758,7 +758,7 @@ else print ""; - print dol_fiche_end(); + dol_fiche_end(); print '
'; print ''; @@ -1093,7 +1093,7 @@ else print ''; - print dol_fiche_end(); + dol_fiche_end(); print '
'; print ''; @@ -1286,7 +1286,7 @@ else print '
'; print '
'; - print dol_fiche_end(); + dol_fiche_end(); // Barre d'actions print '
';