X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=blobdiff_plain;f=lib%2Ftemplate-helper.js;h=c61958db9a31a67ae34b84dea72edfa6a4e125f0;hp=af9547e22eed36293bdf6eadaa138658389c8dbc;hb=885150f50a04b408bfadc3a818615da066908344;hpb=ea715a93d613c1ab4d229edb44c046b14cdb66a2 diff --git a/lib/template-helper.js b/lib/template-helper.js index af9547e..c61958d 100644 --- a/lib/template-helper.js +++ b/lib/template-helper.js @@ -70,6 +70,7 @@ function htmlHead(pagePathLevel, ctx, options) { } = options; return `\t \t\t +\t\t \t\t \t\t ${headElements.map((e) => '\t\t' + e).join('\n')} @@ -91,8 +92,9 @@ function htmlBody(pagePathLevel, ctx, options, main = []) { const { bodyAttributes = {}, } = options; + const firefoxFix = '\n'; // This fixes a layout rendering flash on load in Firefox; do not know why this works, but it does. return ` -\t +\t${firefoxFix} ${htmlHeader(pagePathLevel, ctx, options)} ${htmlMessages(ctx, options)} \t\t