diff --git a/UI/Component/Tab.js b/UI/Component/Tab.js index 716bc61..7670f17 100755 --- a/UI/Component/Tab.js +++ b/UI/Component/Tab.js @@ -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 */ diff --git a/Utils/Parser/Markdown.js b/Utils/Parser/Markdown.js index d319cb9..0713947 100755 --- a/Utils/Parser/Markdown.js +++ b/Utils/Parser/Markdown.js @@ -3135,7 +3135,7 @@ text = globals.converter._dispatch('completeHTMLDocument.before', text, options, globals); var doctype = 'html', - doctypeParsed = '\n', + doctypeParsed = '\n', title = '', charset = '\n', lang = '',