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:
@@ -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 );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user