File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1084,7 +1084,7 @@ checkTLD(domain).then(tldvalid => {
1084
1084
const fixpath = HTMLUsePathInput && docsUsePathInput ? `${ PATH } /` . repeat ( 2 ) : HTMLUsePathInput ? PATH + '/' : '' ;
1085
1085
let outHTML = HTML
1086
1086
. replace ( '<html>' , `<html${ htmlLang } >` )
1087
- . replaceAll ( '="/_just/' , fixpathh ? `/${ fixpathh } /_just/` : `="${ start } ${ fixpath } _just/` )
1087
+ . replaceAll ( '="/_just/' , fixpathh ? `=" /${ fixpathh } /_just/` : `="${ start } ${ fixpath } _just/` )
1088
1088
. replace ( "content: '_just';" , `content: '_just ${ _just . version } ';` )
1089
1089
. replace ( 'REPLACE_SCRIPT' , `const ${ dataname2 [ 11 ] } =${ JSON . stringify ( pages [ 1 ] ) } ;${ pagejs ? `document.addEventListener('DOMContentLoaded',()=>{${ pagejs } });` : '' } ` )
1090
1090
. replaceAll ( 'REPLACE_CSS' , filename . css )
You can’t perform that action at this time.
0 commit comments