From: Justin Wind Date: Fri, 31 Dec 2021 19:21:49 +0000 (-0800) Subject: fix missed parameter in new template X-Git-Tag: v1.3.3^2~7 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=f2b962998eac906e87b4a83337fd9e3dc96eb59c fix missed parameter in new template --- diff --git a/src/template/admin-topic-details-html.js b/src/template/admin-topic-details-html.js index 0c281e4..2b9a1af 100644 --- a/src/template/admin-topic-details-html.js +++ b/src/template/admin-topic-details-html.js @@ -58,5 +58,5 @@ module.exports = (ctx, options) => { `, ]; - return th.htmlPage(2, htmlOptions, content); + return th.htmlPage(2, ctx, htmlOptions, content); }; \ No newline at end of file