From 30072a98e96e2fc82244052ee97b303de50ca1ee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 15 Oct 2018 11:04:29 +0200 Subject: [PATCH] FIX content lost when editing a label with " --- htdocs/projet/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index dd18a115ab6..e2632fe244e 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -765,7 +765,7 @@ elseif ($object->id > 0) // Label print ''.$langs->trans("Label").''; - print ''; + print ''; // Status print ''.$langs->trans("Status").'';