From 55d4037de1e72d1548474dba64bc586dc3147f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 13 Feb 2019 23:57:27 +0100 Subject: [PATCH] Update card.php --- htdocs/contact/card.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 '
';