From f7da90404df44001e9595039a6aed864febfdf3b Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Fri, 29 Sep 2006 22:01:47 +0000 Subject: fixed some XHTML issues --- templates/show_localplay_control.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/show_localplay_control.inc.php') diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index fa11c700..b45cd887 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -29,23 +29,23 @@ $ajax_url = $web_path . '/server/ajax.server.php'; ?>
has_function('prev')) { ?> - + prev - + stop has_function('pause')) { ?> - + pause - + play has_function('next')) { ?> - + next -- cgit