Skip to content

Commit 3aad9be

Browse files
committed
[old doc app] Fix breakage
1 parent f757bd0 commit 3aad9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

issues.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ <h2>
6363
</div>
6464

6565
<article property="issue" mv-multiple class="status-{status} issue-{openness} {if(and(shown), '', 'filtered')}" id="issue-{id}">
66-
<meta property="shown" content="{openFilter['id=' & openness].show}" />
67-
<meta property="shown" content="{!status or statusFilter['id=' & status].show}" />
66+
<meta property="shown" content="{condense(filter(openFilter, openFilter.id = openness).show)}" />
67+
<meta property="shown" content="{!status or condense(filter(statusFilter, statusFilter.id = status).show)}" />
6868
<meta property="shown" content="{!count(selectedTags) or intersects(tag, selectedTags)}" />
6969

7070
<h1>

0 commit comments

Comments
 (0)