From 790ce952a712119775e870c04689ad4e9b3ffe26 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 12 Jan 2014 17:46:05 -0700 Subject: [PATCH] Wait, wait, no. Escape that shit. --- builds/appchan-x.user.js | 2 +- builds/crx/script.js | 2 +- src/General/html/Features/Index-pagelist.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@