mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Make yaml line strings verbatim
This commit is contained in:
parent
e327993d11
commit
0cf69a1084
@ -30,11 +30,11 @@ namespace osu.Game.Overlays.Wiki.Markdown
|
||||
{
|
||||
switch (line.ToString())
|
||||
{
|
||||
case "outdated: true":
|
||||
case @"outdated: true":
|
||||
isOutdated = true;
|
||||
break;
|
||||
|
||||
case "needs_cleanup: true":
|
||||
case @"needs_cleanup: true":
|
||||
needsCleanup = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user