When the output is displayed in OpenSAFELY Reports, there are a couple of lines in the summary of each measure that get rendered as monospace/<pre> format, like:
Practices included: 2550 (99.9607996863975%)
Total patients: 11.32M (28.30M events)
This change turns that into normal text.
Sadly we'll have to do this on a report-by-report basis -- the only alternative is appalling hackery that ignores the <pre> tags.
When the output is displayed in OpenSAFELY Reports, there are a couple of lines in the summary of each measure that get rendered as monospace/
<pre>
format, like:This change turns that into normal text.
Sadly we'll have to do this on a report-by-report basis -- the only alternative is appalling hackery that ignores the
<pre>
tags.