diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index edf55fb4b8..570dca79cf 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -969,7 +969,7 @@ void ProfileManager::SaveStatsWebPageToDir( CString sDir, MemoryCard mc ) f.Write( ssprintf("%s", pSong, // use pointer value as the hash - pSong->GetTranslitMainTitle().c_str()) ); + pSong->GetFullDisplayTitle().c_str()) ); for( Difficulty dc=(Difficulty)0; dc