diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 9d718cd41..8b0ff87c7 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -4572,7 +4572,7 @@ this.pagelist = $.el('div', { className: 'pagelist', hidden: true, - innerHTML: "
<
>
Catalog
" + innerHTML: "
<
>
Catalog
" }); this.navLinks = $.el('div', { className: 'navLinks', diff --git a/builds/crx/script.js b/builds/crx/script.js index 77c534643..4f6f90975 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -4583,7 +4583,7 @@ this.pagelist = $.el('div', { className: 'pagelist', hidden: true, - innerHTML: "
<
>
Catalog
" + innerHTML: "
<
>
Catalog
" }); this.navLinks = $.el('div', { className: 'navLinks', diff --git a/src/General/html/Features/Index-pagelist.html b/src/General/html/Features/Index-pagelist.html index 722351cdc..dc031b0d6 100644 --- a/src/General/html/Features/Index-pagelist.html +++ b/src/General/html/Features/Index-pagelist.html @@ -1,12 +1,12 @@