fix empty tags

This commit is contained in:
quenousimporte 2024-02-15 09:33:27 +01:00
parent 8c27dfbd77
commit 1ebc4ed714
1 changed files with 3 additions and 1 deletions

View File

@ -1232,7 +1232,9 @@ function initsnippets()
function indexheader(content)
{
var indexedheader = {};
var indexedheader = {
tags: []
};
var hat = headerandtext(content);
var header = hat.header;
if (header)