Skip to content
Snippets Groups Projects
Commit 5715770e authored by Marvin Häuser's avatar Marvin Häuser
Browse files

simulator: remove erroneous escape sequence

The character '<' does not have any functional meaning and thus cannot
be escaped.
parent 1e0c10fc
No related branches found
No related tags found
1 merge request!477[WIP] simulation code generation fixes
......@@ -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\">"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment