pipelines
pipelines copied to clipboard
Bug: HTML escape log lines
Currently the log lines are not html escaped which leads to some unexpected formatting in some cases:

We should properly escape the log lines. The color highlighting may currently rely on the logs not being escaped, so that has to be considered when fixing this.