1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Add extra line break to bios

This commit is contained in:
Jason Herskowitz
2014-09-22 12:25:43 -04:00
parent f6da459da8
commit 1cda3d6697

View File

@@ -385,7 +385,7 @@ ArtistInfoWidget::onBiographyLoaded()
"</style></head>" "</style></head>"
"<body>%2</body></html>" ) "<body>%2</body></html>" )
.arg( TomahawkUtils::defaultFontSize() ) .arg( TomahawkUtils::defaultFontSize() )
.arg( m_artist->biography().trimmed().replace( '\n', "<br>" ) ); .arg( m_artist->biography().trimmed().replace( '\n', "<br><br>" ) );
ui->biography->setHtml( html ); ui->biography->setHtml( html );
} }