diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-25 17:28:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-25 17:28:50 +0000 |
commit | 2398133cc42045805e6045935efeefee18ab1ad8 (patch) | |
tree | 88e81a14e612cf23fe210fe1750634fbc48ae29e /templates/list_flagged.inc | |
parent | 793d3d0bf19a8007e54f8440a5412e2b6709f5b3 (diff) | |
download | ampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.gz ampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.bz2 ampache-2398133cc42045805e6045935efeefee18ab1ad8.zip |
more html cleanup
Diffstat (limited to 'templates/list_flagged.inc')
-rw-r--r-- | templates/list_flagged.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_flagged.inc b/templates/list_flagged.inc index 2a09e7e1..2207c9f0 100644 --- a/templates/list_flagged.inc +++ b/templates/list_flagged.inc @@ -35,7 +35,7 @@ this list to determine what songs you need to re-rip or tags you need to update. <?php if ( $flags ) { ?> <form name="songs" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post"> -<table class="tabledata" cellspacing="0" cellpadding="0" border="1"> +<table class="tabledata" cellspacing="0" cellpadding="0" > <tr class="table-header"> <td><a href="#" onclick="check_songs(); return false;">Select</a></td> <td><?php echo _("Song"); ?></td> |