From 0128a940df16a089b83d901958065b1247027ef4 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Wed, 22 Jun 2011 16:46:02 -0500 Subject: [PATCH] spacing --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index d4d5e47..45ddcde 100644 --- a/popup.js +++ b/popup.js @@ -43,7 +43,7 @@ function buildPage(pageUrl) { entry += '(' + data.domain + ')'; entry += '
'; entry += 'submitted ' + prettyDate(ISODateString(new Date(data.created_utc * 1000))) + ' by '; - entry += '' + data.author + ' to'; + entry += '' + data.author + ' to '; entry += '' + data.subreddit + ''; entry += '
'; entry += '
';