The same problem but I have another one.
My FSL module is in "debug" position at the bottom of page, after all div's, just before </body> tag. Before debug position is <div> with footer. After this div is 23px space... don't know why. After unpublishing FSL module everything is fine, space disappears.
I've noticed something weird: When before FSL module is "pure" text without <div> there is also no space. Text is at the bottom of page without any spaces below. Div with footer has set margin and padding parameters to 0px. I don't know if it's problem with my css/html or with FSL module...
*************
Mam ten sam problem ale także inny.
Mój moduł FSL jest umieszczony w pozycji debug na dole strony, po wszystkich div'ach, tuż przed tagiem </body>. Przed modułem FSL (pozycją debug) jest div ze stopką. Po stopce robi się przestrzeń na 23px... Nie wiem dlaczego. Po wyłączeniu publikacji modułu FSL wszystko jest w porządku, ta przestrzeń znika. Zauważyłem dziwną rzecz: Gdy przed modułem FSL jest "czysty" tekst bez <div> to pod tym tekstem nie ma żadnej zbędnej przestrzeni. Nie wiem już czy to jest problem z moim css/html czy z modułem FSL...
salonhipnoza.m-des.pl/
<div style="padding: 0px; margin: 0px;">some text</div>
<jdoc:include type="modules" name="debug" />
and here goes weird 23px space (only when FSL is published)
</body>
</html>
but without div:
some text
<jdoc:include type="modules" name="debug" />
no space - everything is fine
</body>