From 61b7564664cda228332c75529fc72896d5c69ca0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Feb 2019 02:29:14 +0100 Subject: [PATCH] Fix syntax error --- htdocs/contact/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index 26f1bb8716a..dff432690be 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -704,7 +704,7 @@ else if (! empty($conf->global->SOCIALNETWORKS_LINKEDIN)) { print ''; - print 'linkedin.'">'; + print 'linkedin).'">'; } }