tweaks to stats.html output

This commit is contained in:
Chris Danford
2003-08-17 23:59:14 +00:00
parent 7499556e05
commit 7eb44fd399
-1
View File
@@ -1249,7 +1249,6 @@ void SongManager::WriteStatsWebPage()
// Print song list
//
fprintf( fp, "<table border='1'>\n" );
fprintf( fp, "<tr>&nbsp;<td>image</td><td>title</td></tr>" );
for( unsigned i=0; i<vSongs.size(); i++ )
{
Song* pSong = m_pSongs[i];