From 19bb4c412f2a73b982029c1150ec1f58d8fd6780 Mon Sep 17 00:00:00 2001 From: atomaka Date: Fri, 14 Oct 2011 05:27:58 -0400 Subject: [PATCH] Minor typo correction. --- public_html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/index.php b/public_html/index.php index b0cfff6..9d50ecd 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -98,7 +98,7 @@ while($link = $links->fetch_object()) { Andrew Tomaka's Last.fm lastfm->song ?>
by lastfm->artist ?>

- lastfm->time == 0) ? 'currently playing' : time_since($data->lastfm->time) . 'ago' ?>
+ lastfm->time == 0) ? 'currently playing' : time_since($data->lastfm->time) . ' ago' ?>