From 44671ab95ce94df38cba2f6fcc5b2168ba99fd1a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 4 Sep 2013 11:41:17 +0000 Subject: [PATCH] --- js/libs/fluidbook/fluidbook.help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index bbd9c112..ae41e3d4 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -60,7 +60,7 @@ FluidbookHelp.prototype = { if ($(this).parents("#afterSearch").length > 0) { c = 'afterSearch'; } - help += '
' + text + '
'; + help += '
' + text + '
'; h -= 25; }); $("#nav").transform({ -- 2.39.5