Skip to content

Commit 2ee9234

Browse files
Merge pull request #151 from a1ien/patch-1
Fix incorrect closing html tag in queue.html
2 parents ce13809 + a691b63 commit 2ee9234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/html/queue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<div id="announcement">{{ announcement | safe }}</div>
128128
{% endif %}
129129

130-
<h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_label}}</a>{% else %}{{repo_label}}{% endif %} {% if treeclosed %} [<a href="{{treeclosed_src}}">TREE CLOSED</a> below priority {{treeclosed}}] {% endif %}</h2>
130+
<h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_label}}</a>{% else %}{{repo_label}}{% endif %} {% if treeclosed %} [<a href="{{treeclosed_src}}">TREE CLOSED</a> below priority {{treeclosed}}] {% endif %}</h1>
131131

132132
<p>
133133
<button type="button" id="expand-rollup">Create a rollup</button>

0 commit comments

Comments
 (0)