tweaks to stats.html output
This commit is contained in:
@@ -1249,7 +1249,6 @@ void SongManager::WriteStatsWebPage()
|
|||||||
// Print song list
|
// Print song list
|
||||||
//
|
//
|
||||||
fprintf( fp, "<table border='1'>\n" );
|
fprintf( fp, "<table border='1'>\n" );
|
||||||
fprintf( fp, "<tr> <td>image</td><td>title</td></tr>" );
|
|
||||||
for( unsigned i=0; i<vSongs.size(); i++ )
|
for( unsigned i=0; i<vSongs.size(); i++ )
|
||||||
{
|
{
|
||||||
Song* pSong = m_pSongs[i];
|
Song* pSong = m_pSongs[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user