Skip to content

Commit

Permalink
put <pre>... </pre> tags around source code content in case cobertura…
Browse files Browse the repository at this point in the history
…/ directory is linked to source code
  • Loading branch information
rogerhu committed Apr 12, 2011
1 parent c34a72f commit 33bf5c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@
<th colspan="3">${it.relativeSourcePath}</th>
</tr>
</thead>
${it.sourceFileContent}
<pre>${it.sourceFileContent}</pre>

</table>
</div>
Expand Down

1 comment on commit 33bf5c4

@kamal2222ahmed
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should'nt
The

 tags be outside  ?

Please sign in to comment.