mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
add escapeHtml
This commit is contained in:
parent
12a03b54bd
commit
5072d0e0b5
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ const {
|
|||
capitalizeFirstLetter,
|
||||
turntomins,
|
||||
getRandomInt,
|
||||
escapeHtml,
|
||||
getRandomArbitrary,
|
||||
} = require("../ptutils/libpt-coreutils.js");
|
||||
const media_proxy = require("../libpoketube-video.js");
|
||||
|
@ -325,6 +326,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
convert,
|
||||
universe,
|
||||
wiki: data.wiki,
|
||||
escapeHtml,
|
||||
f,
|
||||
t: config.t_url,
|
||||
optout: m,
|
||||
|
|
Loading…
Reference in a new issue