From ef4d3660605efc7f1328d4533b0f4bfb6c1107e2 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 03:00:32 -0500 Subject: Cosmetics: death to tabs The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree. --- templates/show_song.inc.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index e3b2a279..c6289af6 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -1,5 +1,5 @@ id;
id,'song'); ?>
-
- id,'add', T_('Add'),'add_song_' . $song->id); ?> - - - - - - - id,$icon, T_(ucfirst($icon)),'flip_song_' . $song->id); ?> - - -
+
+ id,'add', T_('Add'),'add_song_' . $song->id); ?> + + + + + + + id,$icon, T_(ucfirst($icon)),'flip_song_' . $song->id); ?> + + +
title); $songprops[gettext_noop('Artist')] = $song->f_artist_link; -- cgit