Skip to content

Commit 6edbb69

Browse files
authored
Fix typo in Stack/Coverage.hs
Fixed typo in table "border" attribute. It didn't affect table style before because its every child draws own border.
1 parent c3b038d commit 6edbb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Coverage.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ generateHpcMarkupIndex = do
379379
encodeUtf8Builder (pathToHtml outputDir) <>
380380
"\".</b>"
381381
else
382-
"<table class=\"dashboard\" width=\"100%\" boder=\"1\"><tbody>" <>
382+
"<table class=\"dashboard\" width=\"100%\" border=\"1\"><tbody>" <>
383383
"<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>" <>
384384
"<tr><th>Package</th><th>TestSuite</th><th>Modification Time</th></tr>" <>
385385
foldMap encodeUtf8Builder rows <>

0 commit comments

Comments
 (0)