From b2cbad1a88e8f106be3753a5d23722916e1c6a99 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 3 Sep 2019 12:21:08 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");