aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-04-29 11:08:31 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-04-29 11:08:31 -0400
commitcfc5a8f52fca9423171d023ba91796a52911fd84 (patch)
treeac0885bc0cbe27164606c925028c6d200bf2ac47
parent6c36720a9e737eccb9eb64d178040594899f9a4f (diff)
nolabel
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 053d156..b375631 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,7 @@ function scrape() {
console.log(result[0]);
write('<div>');
write(result[0]);
- write('<img src="http://dummyimage.com/40x40/' + result[0].slice(1, result[0].length) + '&text=.">');
+ write('<img src="http://dummyimage.com/40x40/' + result[0].slice(1, result[0].length) + '&text=+">');
write('</div>')
}
if(i == 0) {