Skip to content

Commit 944494e

Browse files
committed
[issues] Various improvements and bugfixes
1 parent b2aaa97 commit 944494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issues.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>
7575
</div>
7676

7777
<article property="issue" mv-multiple class="status-{status} issue-{openness} {if(filtered, 'filtered')}" id="issue-{id}">
78-
<meta property="filtered" content="{(status and !get(statusFilter, status).show) or !get(openFilter, openness).show or count(tag) and count(selectedTags) and !intersects(tag, selectedTags)}" />
78+
<meta property="filtered" content="{(status and !get(statusFilter, status).show) or !get(openFilter, openness).show or (count(tag) and count(selectedTags) and !intersects(tag, selectedTags))}" />
7979

8080
<h1>
8181
<a href="#issue-{id}" property="id" mv-attribute="null" mv-default="{$previous.id + 1}">1</a>

0 commit comments

Comments
 (0)