Skip to content

Commit 75e2086

Browse files
committed
revert removing a newline
1 parent d049fb4 commit 75e2086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.html.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
</tr>
4242
{% endfor %}
4343
</tbody>
44-
</table><p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/" target="_blank">Python Developer’s Guide</a>.</p>
44+
</table>
45+
<p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/" target="_blank">Python Developer’s Guide</a>.</p>
4546
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
4647
</body>
4748
<script>

0 commit comments

Comments
 (0)