diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 77b05ff6f2a..2e91298f570 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -2037,7 +2037,7 @@ function left_menu($menu_array_before, $helppagename = '', $notused = '', $menu_ $bugbaseurl = 'https://github.com/Dolibarr/dolibarr/issues/new?labels=Bug'; $bugbaseurl.= '&title='; - $bugbaseurl.= urlencode("Bug: "); + $bugbaseurl.= urlencode("Bug: "); $bugbaseurl.= '&body='; $bugbaseurl.= urlencode("# Instructions\n"); $bugbaseurl.= urlencode("*This is a template to help you report good issues. You may use [Github Markdown](https://help.github.com/articles/getting-started-with-writing-and-formatting-on-github/) syntax to format your issue report.*\n");