From 604d60af2b648b9287cf7d32405a13041eaee4a5 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 14 Aug 2019 01:11:04 +0200 Subject: [PATCH] Fix ascii characters --- Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 3738135..9c9bf55 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -40,7 +40,7 @@ else var jsfile = jspath + "/" + Model.Encode(file); - [DL] + [DL] @file
}