mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 04:51:53 +02:00
Add extra line break to bios
This commit is contained in:
parent
f6da459da8
commit
1cda3d6697
@ -385,7 +385,7 @@ ArtistInfoWidget::onBiographyLoaded()
|
||||
"</style></head>"
|
||||
"<body>%2</body></html>" )
|
||||
.arg( TomahawkUtils::defaultFontSize() )
|
||||
.arg( m_artist->biography().trimmed().replace( '\n', "<br>" ) );
|
||||
.arg( m_artist->biography().trimmed().replace( '\n', "<br><br>" ) );
|
||||
|
||||
ui->biography->setHtml( html );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user