Added some parens for readability

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

View file

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