X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Fadmin-topic-details-html.js;h=8a20ec7db96119bf64d2bfcc4f0204634b5c83b5;hb=17b4ff9c1974842c02071d2cd02144d2e5a99eb5;hp=0c281e48086ef4514ea75996ec62577b0823d66d;hpb=3c547e314b79a31fb3f15412a47707a22dc3eefd;p=websub-hub diff --git a/src/template/admin-topic-details-html.js b/src/template/admin-topic-details-html.js index 0c281e4..8a20ec7 100644 --- a/src/template/admin-topic-details-html.js +++ b/src/template/admin-topic-details-html.js @@ -34,7 +34,6 @@ module.exports = (ctx, options) => { }; const content = [ - '', // This fixes a layout rendering flash on load in FF; do not know why this works but it does. `
`, @@ -58,5 +57,5 @@ module.exports = (ctx, options) => { `, ]; - return th.htmlPage(2, htmlOptions, content); + return th.htmlPage(2, ctx, htmlOptions, content); }; \ No newline at end of file