diff --git a/app/views/people/_index.html.haml b/app/views/people/_index.html.haml
index 72df7e017..3b2c4ddb8 100644
--- a/app/views/people/_index.html.haml
+++ b/app/views/people/_index.html.haml
@@ -10,4 +10,4 @@
%span.from
=person_link(person, :class => "hovercardable")
- = will_paginate people, :params => {:controller => 'people', :action => 'tag_index'}
+ = will_paginate people, :inner_window => 3, :params => {:controller => 'people', :action => 'tag_index'}