Skip to content

Commit

Permalink
Merge pull request #7 from kyokpae/patch-1
Browse files Browse the repository at this point in the history
Fix: wrong lines highlighted in HTML coverage report
  • Loading branch information
joeferner committed Dec 31, 2012
2 parents 6144a5b + 7586e7c commit 3ad5685
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/format/html/src.ejs
Expand Up @@ -55,10 +55,8 @@
<div id="bodyWrapper">
<section id="bod">
<section id="mainContent">
<script type="syntaxhighlighter" class="brush: js; class-name: 'rounded'"><![CDATA[
<% for (var i in source) { %>
<%- source[i].line %><% } %>
]]></script>
<script type="syntaxhighlighter" class="brush: js; class-name: 'rounded'"><![CDATA[<% for (var i in source) { %>
<%- source[i].line %><% } %> ]]></script>
</section>
</section>
</div>
Expand Down

0 comments on commit 3ad5685

Please sign in to comment.