Minor typo correction.

This commit is contained in:
Andrew Tomaka 2011-10-14 05:27:58 -04:00
parent 5649bc6f4f
commit 19bb4c412f

View file

@ -98,7 +98,7 @@ while($link = $links->fetch_object()) {
<span class="right"><a href="http://last.fm/user/atomaka"><img src="img/badges/lastfm.png" class="icon" alt="Andrew Tomaka's Last.fm" /></a></span> <span class="right"><a href="http://last.fm/user/atomaka"><img src="img/badges/lastfm.png" class="icon" alt="Andrew Tomaka's Last.fm" /></a></span>
<a href="<?php echo $data->lastfm->url ?>"><?php echo $data->lastfm->song ?></a><br/> <a href="<?php echo $data->lastfm->url ?>"><?php echo $data->lastfm->song ?></a><br/>
by <?php echo $data->lastfm->artist ?><br/><br/> by <?php echo $data->lastfm->artist ?><br/><br/>
<?php echo ($data->lastfm->time == 0) ? 'currently playing' : time_since($data->lastfm->time) . 'ago' ?><br/> <?php echo ($data->lastfm->time == 0) ? 'currently playing' : time_since($data->lastfm->time) . ' ago' ?><br/>
</td> </td>
</tr> </tr>
</table> </table>