diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js
index 6731a52f1..da1dd0b73 100644
--- a/builds/appchan-x.user.js
+++ b/builds/appchan-x.user.js
@@ -4753,7 +4753,7 @@
});
this.navLinks = $.el('div', {
className: 'navLinks',
- innerHTML: ""
+ innerHTML: ""
});
this.timeEl = $('time#index-last-refresh', this.navLinks);
this.searchInput = $('#index-search', this.navLinks);
diff --git a/builds/crx/script.js b/builds/crx/script.js
index 43c8cc8b0..3c2d285b1 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -4807,7 +4807,7 @@
});
this.navLinks = $.el('div', {
className: 'navLinks',
- innerHTML: ""
+ innerHTML: ""
});
this.timeEl = $('time#index-last-refresh', this.navLinks);
this.searchInput = $('#index-search', this.navLinks);
diff --git a/src/General/html/Features/Index-navlinks.html b/src/General/html/Features/Index-navlinks.html
index 0639dd74f..cf79add56 100644
--- a/src/General/html/Features/Index-navlinks.html
+++ b/src/General/html/Features/Index-navlinks.html
@@ -1,6 +1,6 @@