Skip to content

Commit 4980037

Browse files
jonjensenshowell
authored andcommitted
Add closing h2 tag
1 parent 84b17cf commit 4980037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def topic_page_links(
3838
topic_url = archive_topic_url(site_url, html_root, sanitized_stream_name, sanitized_topic_name)
3939

4040
return f'''\
41-
<h2>Stream: <a href="{stream_url}">{stream_name}</a>
41+
<h2>Stream: <a href="{stream_url}">{stream_name}</a></h2>
4242
<h3>Topic: <a href="{topic_url}">{topic_name}</a></h3>
4343
4444
<hr>

0 commit comments

Comments
 (0)