From ae5557998d221a0e79af1be9a8f25142075a3c5b Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 21 Dec 2020 21:28:07 +0100 Subject: [PATCH] fix style --- Pages/Index.cshtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index c448ce2..c96df26 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -38,6 +38,9 @@ else { @if (System.IO.File.Exists(lrcpath)) { [LRC] } + else { + [---] + } @file
}