From bf1533e7c1d98b60c2880737c80dc0e217dcd235 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Dec 2019 11:33:07 +0100 Subject: [PATCH] Fix HTML5 --- htdocs/core/get_info.php | 2 +- htdocs/main.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/get_info.php b/htdocs/core/get_info.php index 013899869ba..c7c7682c884 100644 --- a/htdocs/core/get_info.php +++ b/htdocs/core/get_info.php @@ -125,7 +125,7 @@ else $toprightmenu.=$result; // For backward compatibility // Link to module builder if (! empty($conf->modulebuilder->enabled)) { - $text =''; + $text =''; //$text.= img_picto(":".$langs->trans("ModuleBuilder"), 'printer_top.png', 'class="printer"'); $text.=''; $text.=''; diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 6eeb1cb8cb7..3acc10fe9d7 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1656,7 +1656,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead // Link to module builder if (!empty($conf->modulebuilder->enabled)) { - $text = ''; + $text = ''; //$text.= img_picto(":".$langs->trans("ModuleBuilder"), 'printer_top.png', 'class="printer"'); $text .= ''; $text .= '';