Skip to content

Commit b3cf794

Browse files
authored
Merge pull request #5359 from DerpyCrabs/master
Fix typo in Stack/Coverage.hs
2 parents c3b038d + 6edbb69 commit b3cf794

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)