Skip to content

Commit 15fd3a4

Browse files
Simplify templates.
1 parent 61eb108 commit 15fd3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PHP/CodeCoverage/Report/HTML/Renderer/Template/file.html.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<td class="tableHead" colspan="4">Functions / Methods</td>
5454
<td class="tableHead" colspan="3">Lines</td>
5555
</tr>
56-
{total_item}{items}
56+
{items}
5757
</table>
5858
</center>
5959

PHP/CodeCoverage/Report/HTML/Renderer/Template/file_no_yui.html.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<td class="tableHead" colspan="3">Functions / Methods</td>
5151
<td class="tableHead" colspan="3">Lines</td>
5252
</tr>
53-
{total_item}{items}
53+
{items}
5454
</table>
5555
</center>
5656

0 commit comments

Comments
 (0)