Skip to content

Commit 4b4c36b

Browse files
committed
revert: unwanted change
1 parent f9a5250 commit 4b4c36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/projects/website/listing/_filter.ejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const sortUi = listing['sort-ui'];
2323
<option
2424
value="<%- sortData.listingSort.field %>"
2525
data-direction="<%- sortData.listingSort.direction %>">
26-
<%- sortData.description %>
26+
<%= sortData.description %>
2727
</option>
2828
<% } %>
2929
</select>

0 commit comments

Comments
 (0)