Skip to content

Commit e05b46c

Browse files
committed
Fix typo
1 parent 165a0c0 commit e05b46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/jinja/population/templates/report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Report on people</h1>
1616
<td> {{ person['id'] }} </td>
1717
<td> {{ person['birthyear'] }} </td>
1818
<td> {{ person['nr_friends'] }} </td>
19-
<tr>
19+
</tr>
2020
{% endfor %}
2121
</table>
2222
</body>

0 commit comments

Comments
 (0)