From 9ef592bc331ce25d800840dcc927d0608d255dc5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Jul 2012 07:27:42 +0530 Subject: [PATCH] ... --- src/calibre/library/server/mobile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/server/mobile.py b/src/calibre/library/server/mobile.py index 6119e29911..aa98412d27 100644 --- a/src/calibre/library/server/mobile.py +++ b/src/calibre/library/server/mobile.py @@ -106,6 +106,7 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS, navigation, HR(CLASS('spacer')), bookt, + HR(CLASS('spacer')), navigation2 ) @@ -157,7 +158,6 @@ def build_index(books, num, search, sort, order, start, total, url_base, CKEYS, bookt.append(TR(thumbnail, data)) # }}} - body.append(HR()) body.append(DIV( A(_('Switch to the full interface (non-mobile interface)'), href=prefix+"/browse",