X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Ftemplate%2Fadmin-topic-details-html.js;h=2b9a1af7fb44400768ffa9e416084651a034c525;hp=0c281e48086ef4514ea75996ec62577b0823d66d;hb=f2b962998eac906e87b4a83337fd9e3dc96eb59c;hpb=89033b94ea5d17edddcaa39b61b642b2df5797ab 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