more bug fixes
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-11 03:58:22 +00:00
parent c8696fe445
commit 245651fcb5
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ export class Tab
for (let i = 0; i < length; ++i) {
nodes[i].addEventListener('click', function (evt)
{
this.querySelector('label').click();
let fragmentString = this.querySelector('label').getAttribute('for');
/* Change Tab */

View File

@ -3135,7 +3135,7 @@
text = globals.converter._dispatch('completeHTMLDocument.before', text, options, globals);
var doctype = 'html',
doctypeParsed = '<!DOCTYPE HTML>\n',
doctypeParsed = '<!DOCTYPE html>\n',
title = '',
charset = '<meta charset="utf-8">\n',
lang = '',