Skip to content

Commit 835d508

Browse files
committed
Preserve filter in pagination
Fix #70 Preserve exluded filenames in pagination
1 parent ce90853 commit 835d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/main/_pagination.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% IF !nopagination %>
22
<%
3-
USE pagination_uri = URL('/search', qd=qd, qft=qft, qci=qci, q=search, qls=qls );
3+
USE pagination_uri = URL('/search', qd=qd, qft=qft, qci=qci, q=search, qls=qls, qifl=qifl );
44
%>
55
<!-- start of pagination -->
66
<div class="text-center">

0 commit comments

Comments
 (0)