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 $'); ?>