From 165d17efaadecbcc3b60e9bc956a48b4f1eab645 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Sat, 28 Jan 2012 14:34:42 +0800 Subject: [PATCH] typo --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index ee73112..9324e70 100644 --- a/main.js +++ b/main.js @@ -35,7 +35,7 @@ $(document).ready(function() { $("input[type=text]").focus(); footer = '
'; - footer += '
'; + footer += '
Fetch ' + NAME + ' tweets
'; $("#source").html(footer); document.title = "Greptweet " + NAME;