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 f9a5250 commit 4b4c36bCopy full SHA for 4b4c36b
src/resources/projects/website/listing/_filter.ejs.md
@@ -23,7 +23,7 @@ const sortUi = listing['sort-ui'];
23
<option
24
value="<%- sortData.listingSort.field %>"
25
data-direction="<%- sortData.listingSort.direction %>">
26
- <%- sortData.description %>
+ <%= sortData.description %>
27
</option>
28
<% } %>
29
</select>
0 commit comments