We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b17cf commit 4980037Copy full SHA for 4980037
lib/html.py
@@ -38,7 +38,7 @@ def topic_page_links(
38
topic_url = archive_topic_url(site_url, html_root, sanitized_stream_name, sanitized_topic_name)
39
40
return f'''\
41
-<h2>Stream: <a href="{stream_url}">{stream_name}</a>
+<h2>Stream: <a href="{stream_url}">{stream_name}</a></h2>
42
<h3>Topic: <a href="{topic_url}">{topic_name}</a></h3>
43
44
<hr>
0 commit comments