use select single node for blurb

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-28 00:50:59 +07:00
parent e1836cd1b2
commit ead0e92d7d
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Wiki
private Container createBlurb(HtmlDocument html)
{
var blurbNode = html.DocumentNode.SelectNodes("//div[contains(@class, 'wiki-main-page__blurb')]").First();
var blurbNode = html.DocumentNode.SelectSingleNode("//div[contains(@class, 'wiki-main-page__blurb')]");
return new Container
{