Added some parens for readability
This commit is contained in:
parent
bfb9102d51
commit
f8502c762f
|
@ -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>
|
||||
<% } =%>
|
||||
|
|
Loading…
Reference in a new issue