Subject: | default css: "li.cmt" should set white-space:pre |
Diagnostic output is formatted using the css class "li.cmt", which is setting the font to monospace, but does not change the white-spacing behaviour. This means that output which depends on correct indentation and spacing (e.g. tabular diagnostics from Test::Differences) is not displayed correctly.
An easy fix would be to add "white-space: pre" to the li.cmt style definition.
Regards,
Slaven