From 209a1b6103df5fd9cdcfc8dacf7dbda006850674 Mon Sep 17 00:00:00 2001 From: Michael Xander Date: Tue, 16 Dec 2014 08:11:23 +0100 Subject: [PATCH] =?UTF-8?q?-=20Switched=20to=20Google=E2=80=99s=20favicon?= =?UTF-8?q?=20service,=20because=20g.etfv.co=20was=20again=20over=20its=20?= =?UTF-8?q?serving=20quota.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f3a4485..ae9c86a 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@

Favorite Sites

var setOutput; for (var i in favSites) { - favs += "\"" "; + favs += "\"" "; }; document.getElementById("favoriteSites").innerHTML = favs; @@ -106,7 +106,7 @@

Favorite Sites

setOutput += "\">" +siteSets[i][0]+ "<\/a>
"; for (var u = 1; u < siteSets[i].length; u++) { - setOutput += "\"" "; + setOutput += "\"" "; }; setOutput += "";