Skip to content

Commit

Permalink
Removed border attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeldahl committed Dec 3, 2008
1 parent 7ea5bcc commit 7aed51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build_plugins/coverage_monitor.rb
Expand Up @@ -43,7 +43,7 @@ def write_output(this_build_coverage, last_build_coverage, build)
</style>
</head>
<body>
<table border=\"1\" cellpadding=\"10\">
<table cellpadding=\"10\">
<tr class='dark'><th>&nbsp;</th><th>This build</th><th>Last build</th><th>Change</th></tr>
<tr class='light'><td>Total coverage</td><td>#{this_build_coverage[0]}%</td><td>#{last_build_coverage[0]}%</td><td>#{changes[0]}%</td></tr>
<tr class='dark'><td>Code coverage</td><td>#{this_build_coverage[1]}%</td><td>#{last_build_coverage[1]}%</td><td>#{changes[1]}%</td></tr>
Expand Down

0 comments on commit 7aed51e

Please sign in to comment.