diff options
-rw-r--r-- | templates/show_now_playing.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index 98fd71eb..52ae8656 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -29,6 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. if (count($results)) { ?> + <!-- Start Now Playing --> <div id="nowplaying"> <div id="np_title"> <h1><?php echo _('Now Playing'); ?></h1> @@ -46,7 +47,6 @@ foreach ($results as $item) { } // end foreach ?> - <!-- End Now Playing --> </div> -<br /> + <!-- End Now Playing --> <?php } // end if count results ?> |