aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/index.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/index.mako')
-rw-r--r--jm2l/templates/index.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/jm2l/templates/index.mako b/jm2l/templates/index.mako
index fb53150..7b24413 100644
--- a/jm2l/templates/index.mako
+++ b/jm2l/templates/index.mako
@@ -21,7 +21,7 @@ ${vars(user_id)}
% if paginator.items:
- ${paginator.pager()}
+ ${paginator.pager() | n}
<h2>Blog entries</h2>
@@ -34,7 +34,7 @@ ${vars(user_id)}
% endfor
</ul>
- ${paginator.pager()}
+ ${paginator.pager() | n}
% else: