From f8b0d0f4c2b756b148130c60b868596c7c0cfa67 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 5 Dec 2016 11:43:53 -0800 Subject: fixing pagination html --- system/admin/handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 25de560..699e503 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -978,9 +978,9 @@ func postsHandler(res http.ResponseWriter, req *http.Request) { pagination := fmt.Sprintf(` `, prevStatus, prevURL, start, end, total, nextStatus, nextURL) -- cgit v1.2.3