From ea6c11faff74ed6e91fa46c531ad60ff64c2b4d1 Mon Sep 17 00:00:00 2001 From: dipsol Date: Wed, 2 Sep 2009 12:33:55 +0000 Subject: added an closing dl tag --- templates/show_song.inc.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index ae106236..4297928c 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -$icon = $song->enabled ? 'disable' : 'enable'; +$icon = $song->enabled ? 'disable' : 'enable'; $button_flip_state_id = 'button_flip_state_' . $song->id; ?> title . ' ' . _('Details')); ?> @@ -40,15 +40,15 @@ $button_flip_state_id = 'button_flip_state_' . $song->id; -title); $songprops[gettext_noop('Artist')] = $song->f_artist_link; $songprops[gettext_noop('Album')] = $song->f_album_link . " (" . scrub_out($song->year). ")"; $songprops[gettext_noop('Genre')] = $song->f_genre_link; - $songprops[gettext_noop('Length')] = scrub_out($song->f_time); + $songprops[gettext_noop('Length')] = scrub_out($song->f_time); $songprops[gettext_noop('Comment')] = scrub_out($song->comment); $songprops[gettext_noop('Label')] = scrub_out($song->label); - $songprops[gettext_noop('Song Language')]= scrub_out($song->language); + $songprops[gettext_noop('Song Language')]= scrub_out($song->language); $songprops[gettext_noop('Catalog Number')] = scrub_out($song->catalog_number); $songprops[gettext_noop('Bitrate')] = scrub_out($song->f_bitrate); if (Access::check('interface','75')) { @@ -67,5 +67,6 @@ $button_flip_state_id = 'button_flip_state_' . $song->id; echo "
" . _($key) . "
" . $value . "
"; } } -?> +?> + -- cgit