Skip to content

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
sankroh committed Jun 23, 2013
1 parent 4cc2fb1 commit 3e26bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lastfm.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ <h1>Recently Scrobbled</h1>
tracklist.innerHTML = content;
}
</script>
<script lang="Javascript" src= "http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user={{site.lastfm_user}}&limit={{ site.lastfm_count }}&api_key={{ site.lastfm_apikey }}&format=json&callback=showLastfmFeed"></script>
<script lang="Javascript" src="http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user={{site.lastfm_user}}&limit={{ site.lastfm_count }}&api_key={{ site.lastfm_apikey }}&format=json&callback=showLastfmFeed"></script>
</section>
{% endif %}

0 comments on commit 3e26bdf

Please sign in to comment.