Added some parens for readability

This commit is contained in:
swag 2022-04-09 15:10:02 -04:00
parent bfb9102d51
commit f8502c762f

View File

@ -24,6 +24,6 @@
</div> </div>
<% if ($last_page && $last_page != 1) { =%> <% if ($last_page && $last_page != 1) { =%>
<nav> <nav>
<%= pagination $this_page, $last_page, $base_path . '/{page}' %> <%= pagination $this_page, $last_page, ($base_path . '/{page}') %>
</nav> </nav>
<% } =%> <% } =%>