diff --git a/simulators/c++2/src_simulator/definitions.h b/simulators/c++2/src_simulator/definitions.h
index c88ba8a1de8e884dae73b500d970be3d87c656ea..1a5b9435d1fc99ac2bb0c25e03b88541bb41314c 100644
--- a/simulators/c++2/src_simulator/definitions.h
+++ b/simulators/c++2/src_simulator/definitions.h
@@ -276,7 +276,7 @@ using std::max;
 #define SCHED_HTML_TITLE_HW "<h1> Summary HW </h1>"
 #define SCHED_HTML_TITLE_TASK "<h1> Summary tasks </h1>"
 #define SCHED_HTML_TITLE_DEVICE "<h1> Device scheduling </h1>"
-#define SCHED_HTML_BOARD "<table width=\"170px\" style=\"float: left\">\n \<tr><td style=\"max-width: unset;\">"
+#define SCHED_HTML_BOARD "<table width=\"170px\" style=\"float: left\">\n <tr><td style=\"max-width: unset;\">"
 #define SCHED_HTML_BOARD2 "<table style=\"float: left\">"
 
 #define SCHED_HTML_JS_LINK1 "<script src=\"https://code.jquery.com/jquery-3.4.1.min.js\">"