From cedde3ef83af8885fec6eccbf007765f37ec8c01 Mon Sep 17 00:00:00 2001 From: simnandez Date: Fri, 15 Jun 2012 15:54:56 +0200 Subject: [PATCH] Fix: [ bug #427 ] Bad links to wiki help in certains menus --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index e13a6af9fdf..6ff8843da54 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -121,7 +121,7 @@ if ($action=='delete_action') * View */ -$help_url='EN:Module_Agenda_En|FR:Module_Agenda|ES:M&omodulodulo_Agenda'; +$help_url='EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda'; llxHeader('',$langs->trans("Agenda"),$help_url); $form=new Form($db);