From 6f22f304807fbe4d55281fe2f1cc5c443077219b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 29 Oct 2020 15:28:50 +0100 Subject: [PATCH] wait #4015 @0:10 --- js/libs/fluidbook/fluidbook.interface.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.interface.js b/js/libs/fluidbook/fluidbook.interface.js index 2e73c6bb..bb3bc2b2 100644 --- a/js/libs/fluidbook/fluidbook.interface.js +++ b/js/libs/fluidbook/fluidbook.interface.js @@ -29,11 +29,11 @@ FluidbookInterface.prototype = { res += this.fluidbook.nav.getLink('interface-last', '#', 'last', '', labels.last, 'arrow-bottom', true, 'interface', 'End'); res += ''; } else { - res += '
'; + res += '
'; res += this.fluidbook.nav.getLink('interface-next', '#', 'previous', '', labels.previous, 'arrow-top', true, 'interface', 'PageUp'); res += this.fluidbook.nav.getLink('interface-last', '#', 'first', '', labels.first, 'arrow-bottom', true, 'interface', 'Home'); res += '
'; - res += '
'; + res += '
'; res += this.fluidbook.nav.getLink('interface-prev', '#', 'next', '', labels.next, 'arrow-top', true, 'interface', 'PageDown'); res += this.fluidbook.nav.getLink('interface-first', '#', 'last', '', labels.last, 'arrow-bottom', true, 'interface', 'End'); res += '
'; -- 2.39.5