We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3b038d + 6edbb69 commit b3cf794Copy full SHA for b3cf794
src/Stack/Coverage.hs
@@ -379,7 +379,7 @@ generateHpcMarkupIndex = do
379
encodeUtf8Builder (pathToHtml outputDir) <>
380
"\".</b>"
381
else
382
- "<table class=\"dashboard\" width=\"100%\" boder=\"1\"><tbody>" <>
+ "<table class=\"dashboard\" width=\"100%\" border=\"1\"><tbody>" <>
383
"<p><b>NOTE: This is merely a listing of the html files found in the coverage reports directory. Some of these reports may be old.</b></p>" <>
384
"<tr><th>Package</th><th>TestSuite</th><th>Modification Time</th></tr>" <>
385
foldMap encodeUtf8Builder rows <>
0 commit comments