diff options
author | spocky <spocky@ampache> | 2007-07-30 22:52:07 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-07-30 22:52:07 +0000 |
commit | 1fc55df5bd2cf33c9a68789f9c2b26e50139eb85 (patch) | |
tree | 92fde033005ae53d4c334a6a470d9840069dc1b0 /templates/sidebar_home.inc.php | |
parent | 8e9678729653489a0839c14bc23d743e1509c319 (diff) | |
download | ampache-1fc55df5bd2cf33c9a68789f9c2b26e50139eb85.tar.gz ampache-1fc55df5bd2cf33c9a68789f9c2b26e50139eb85.tar.bz2 ampache-1fc55df5bd2cf33c9a68789f9c2b26e50139eb85.zip |
first, let's produce a page that's w3c valid
Diffstat (limited to 'templates/sidebar_home.inc.php')
-rw-r--r-- | templates/sidebar_home.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 336dc3c5..4cd948c9 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -30,7 +30,7 @@ <option value="1000">1000</option> <option value="-1"><?php echo _('All'); ?></option> </select> -<!-- GENRE PULLDOWN --> +<!- GENRE PULLDOWN -> <br /> <select name="random_type" style="width:80px;"> <option value="Songs"><?php echo _('Songs'); ?></option> @@ -40,7 +40,7 @@ <option value="unplayed"><?php echo _('Less Played'); ?></option> </select> <br /> -<!-- CATALOG PULLDOWN --> +<!- CATALOG PULLDOWN -> <input class="smallbutton" type="submit" value="<?php echo _('Enqueue'); ?>" /> </form> <hr /> |