From 5350a64d59e96860d992e60988af8176224e7576 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Aug 2011 12:20:06 +0000 Subject: [PATCH] W3C --- htdocs/categories/categorie.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index 25d4950cda3..c2e3c956e7e 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -24,7 +24,7 @@ * \file htdocs/categories/categorie.php * \ingroup category * \brief Page to show category tab - * \version $Id: categorie.php,v 1.67 2011/08/24 11:16:43 eldy Exp $ + * \version $Id: categorie.php,v 1.68 2011/08/24 12:20:06 eldy Exp $ */ require("../main.inc.php"); @@ -459,7 +459,7 @@ function formCategory($db,$object,$typeid) if ($user->rights->categorie->creer) { print ''; - print "id.'&type='.$typeid)."'>"; + print 'id.'&type='.$typeid).'">'; print $langs->trans("CreateCat").' '; print img_picto($langs->trans("Create"),'filenew'); print ""; @@ -540,5 +540,5 @@ function formCategory($db,$object,$typeid) $db->close(); -llxFooter('$Date: 2011/08/24 11:16:43 $ - $Revision: 1.67 $'); +llxFooter('$Date: 2011/08/24 12:20:06 $ - $Revision: 1.68 $'); ?>