Maybe 1 input not necessary?
Opened this issue · 1 comments
hansschenker commented
export function create(options: RenderOptions = {}): ExpressRenderer {
if (options.useSelfCloseTags == null) options.useSelfCloseTags = [
"area",
"base",
"br",
"col",
"embed",
"hr",
"img",
"input", // 1.
"link",
"input", // 2.
"link",
"meta",
"param",
"source",
"track",
"wbr"
];
blaumeise20 commented
Oh yes, you are right, this is a duplicate tag name. I will fix it soon 👍