From 22f36cbf688ec66c09ad7e3c6a50a54cea38c2af Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Tue, 3 Jan 2006 15:05:28 +0000 Subject: Fixed a few unintentional syntactical features --- templates/show_playlists.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/show_playlists.inc.php') diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php index 34667734..3cbdeef6 100644 --- a/templates/show_playlists.inc.php +++ b/templates/show_playlists.inc.php @@ -36,7 +36,7 @@ user); - $count = $playlist->get_song_count(); + $count = $playlist->get_song_count(); ?> @@ -51,7 +51,7 @@ username == $playlist->user || $GLOBALS['user']->has_access(100)) { ?> - | /playlist.php?action=edit&lplaylist_id=id; ?>"> + | | @@ -59,10 +59,10 @@ 1) { ?> - | + | - | + | -- cgit