summaryrefslogtreecommitdiffstats
path: root/templates/show_all_popular.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-02-23 23:45:46 +0000
committerpb1dft <pb1dft@ampache>2007-02-23 23:45:46 +0000
commit13742eebf7607e39f2378fcdff638832ea264bb5 (patch)
treed7f649387385c3f5bec4b3f9850f008b18e74c98 /templates/show_all_popular.inc.php
parent6a660dcb5f2bc9b93fdf601309a4cba90ccd5578 (diff)
downloadampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.gz
ampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.bz2
ampache-13742eebf7607e39f2378fcdff638832ea264bb5.zip
Fixed a lot of minor thing + play_type_switch for IE7
Diffstat (limited to 'templates/show_all_popular.inc.php')
-rw-r--r--templates/show_all_popular.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php
index 51ace405..a6478952 100644
--- a/templates/show_all_popular.inc.php
+++ b/templates/show_all_popular.inc.php
@@ -25,10 +25,10 @@
<td valign="top" >
<?php show_info_box(_('Most Popular Artists'), 'artist', $artists); ?>
</td>
- <td valign="top" align="left">
+ <td valign="top">
<?php show_info_box(_('Most Popular Albums'), '', $albums); ?>
</td>
- <td valign="top" align="left">
+ <td valign="top">
<?php show_info_box(_('Most Popular Genres'), '', $genres); ?>
</td>
</tr>