diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:38:51 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-15 01:38:51 +0000 |
commit | e3b21f7fb022b64d8c9d92e0bcc618d7e845b085 (patch) | |
tree | 421b6e6ed12b88b41d6f51bb01cd8943e4a0c8cc /templates/show_now_playing.inc | |
parent | 1be55b8fc15f9dc9e105de2bc2ef1011b49b1c8e (diff) | |
download | ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.gz ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.tar.bz2 ampache-e3b21f7fb022b64d8c9d92e0bcc618d7e845b085.zip |
HTML clean up
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index c4c39be2..62f04c72 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -41,7 +41,7 @@ if (!$np_user->fullname) { $np_user->fullname = "Unknown User"; } echo "<tr class=\"even\">\n"; if (conf('use_auth')) { - echo "\t<td valign=\"center\">$np_user->fullname</td>\n"; + echo "\t<td valign=\"middle\">$np_user->fullname</td>\n"; } echo "\t<td><a title=\"" . htmlspecialchars($song->title) . "\" href=\"$web_path/song.php?action=m3u&song=$song->id\">$text</a></td>\n"; echo "\t<td><a title=\"" . htmlspecialchars($song->f_artist) . "\" href=\"$web_path/artists.php?action=show&artist=$song->artist\">$song->f_artist</a> / "; |