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 = '
' + NAME + ' text backup file
'; - footer += '
Fetch ' + NAME + ' tweets
'; + footer += '
Fetch ' + NAME + ' tweets
'; $("#source").html(footer); document.title = "Greptweet " + NAME;