Skip to content

Commit

Permalink
fix(app): valid output in twig viewlist helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Nov 12, 2024
1 parent 4cae527 commit b671b91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nitro-app/app/templating/twig/helpers/viewlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ module.exports = function (Twig) {
markup.push('<li>For this include / exclude term, no pages where found</li>');
}

markup.push('</ul>');

// return the markup
return {
chain,
Expand Down

0 comments on commit b671b91

Please sign in to comment.