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 += '
';